Addon popup scrollbars not shown when Firefox window position (or screen size) limits popup size
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Tracking
()
People
(Reporter: garywill, Unassigned)
Details
Attachments
(3 files)
Steps to reproduce:
Click addon toolbar button to let popup appear, in a screen where Firefox window position (or screen size) limits popup size, so the popup's actual size is smaller than the popup contents need.
(Tested on both Windows and Linux desktop)
Actual results:
Scrollbars are missing (vertical and horizontal).
User can see only part of popup content.
User can't scroll to completely see popup content.
Expected results:
Scrollbars should show
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Scrolling and Overflow' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
The severity field is not set for this bug.
:mats, could you have a look please?
For more information, please visit auto_nag documentation.
When big-size popup opened in toolbar overflow drop-down menu
Comment 4•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:hiro, since the bug doesn't have a severity set, could you please set the severity or close the bug?
For more information, please visit auto_nag documentation.
Comment 5•3 years ago
|
||
Initially I tried to see the issue with this extension in bug 1683612 comment 0, but can't see the issue at all.
Then I found Big Search extension which looks the same extension in the screenshots.
Garywill, looks like you are the author of the extension in question, and I think this issue happens with the interactions between the contents used in the extension and Gecko. Can you please provide a simple test extension to see this issue easily? I mean, simplified the contents. Thanks!
(In reply to Hiroyuki Ikezoe (:hiro) from comment #5)
Yes I am the author of that "Big Search extension".
I uploaded a simple demo extension.
It's quite simple to reproduce the bug on Firefox 100+ (102 here), as I wrote some comments in the short css code in the zip file
Made a video to show the bug
https://www.youtube.com/watch?v=rMIX14r8n_c
Comment 9•3 years ago
|
||
Thank you garywill for the extension. I could see the issue just once, we need to figure out a reliable way to reproduce the issue.
Comment 10•3 years ago
|
||
Okay, the answer was in the video. "Pin to Overflow menu" make it more reproducible, as far as I can tell.
| Reporter | ||
Comment 11•3 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #9)
Maybe we need to set screen to a low resolution , to make it more reproducable, when not in overflow menu
I could see the issue just once, we need to figure out a reliable way to reproduce the issue.
| Reporter | ||
Comment 12•3 years ago
|
||
Just now I tried Firefox 108.0b1
One of reported the bugs, "In overflow menu", is fixed.
This bugs still exist:
- When in low resolution screen, or when Firefox window's upper edge is at the center of screen (where the popup won't have enough space to be 600px height), can't scroll to see the bottom of popup
Description
•