after having opened a popover the window content doesn't scale anymore
Bug #907752 reported by
Tom Beckmann
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Footnote |
Fix Committed
|
High
|
Unassigned |
Bug Description
The window content resizes with the window untill you opened a popover. Then the content just stays at the current size when resizing it.
Changed in footnote: | |
status: | New → Fix Committed |
no longer affects: | granite |
Changed in footnote: | |
status: | Fix Committed → New |
Changed in footnote: | |
status: | New → Fix Committed |
To post a comment you must log in.
thanks to Kus I now know that this only occurs when the focus_out is fired, the problem is already fixed when destroying the PopOver instead of hiding it. (Line 164, change hide() to destroy() )