[wayland] Bookmark menus reset their scrollbox position to the top
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: alice0775, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
30.78 KB,
text/plain
|
Details |
+++ This bug was initially created as a clone of Bug #1809084 +++
On Ubuntu 22.04 Wayland, the problem is still reproduced on Latest Nightly113.0a1 build id=20230317093727 (7a93650998b38d6a5797322b868da6153407d268).
Steps to reproduce:
- Create folder on bookmarks toolar
- Create many bookmarks so that the menupopup scrollable
- Open the folder and scroll to bottom
--- Remember the scrolling position - Close the menupopup by clicking on a bookmark or clicking on the another.
- Open the folder again
Actual Results:
Scroll position is not restored. The scroll position is always top.
Expected Results:
The scroll position should be restored to its previous position.
Comment 1•3 months ago
|
||
Set release status flags based on info from the regressing bug 1805414
:emilio, since you are the author of the regressor, bug 1805414, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Comment 2•3 months ago
|
||
I don't think this is really a regression. In wayland we never initially constrain the popup size, so we need to layout at full size (losing the scroll position, then the compositor constrains us). We could probably improve this tho.
![]() |
Reporter | |
Comment 3•3 months ago
|
||
Thanks, this is not regression.
This seems to be only reproducible on m-c(and probably early beta)Build, not on release build.
![]() |
Reporter | |
Updated•3 months ago
|
Comment 4•3 months ago
|
||
Right because Wayland is not enabled on release builds yet at least.
Updated•3 months ago
|
I can consistently reproduce this on Ubuntu 22.10 (Wayland) and it appears to be a regression.
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c6057f4b2be850753b49604a26afab2860f304e6&tochange=df9503f5956b138f488572247fc53a20d1b9d8e7
Liikely regressed by Bug 1718727.
Updated•2 months ago
|
Description
•