Syncing task from Mir.
** Changed in: mir (Ubuntu)
Importance: Undecided => Medium
** Changed in: mir (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1395957
Title:
scene::Surface can't configure multiple attributes atomically, leading
to incorrect surface appearance on screen
Status in Mir:
Triaged
Status in mir package in Ubuntu:
Triaged
Bug description:
scene::Surface can't configure multiple attributes atomically. And
this can lead to visibly incorrect surface appearance on screen.
For example:
Shell wants to fullscreen a surface:
surface->move_to({0, 0});
surface->resize({screen_width, screen_height});
However because the move_to and resize operations are not in the same lock,
the scene could snapshot in the middle and we render a half configured surface
(position {0,0} but the wrong size).
To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1395957/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp