Open
Bug 1400279
Opened 7 years ago
Updated 2 years ago
Popup has horizontal overflow even though it is not at maximum width
Categories
(WebExtensions :: Frontend, defect, P3)
WebExtensions
Frontend
Tracking
(firefox57 wontfix)
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: freaktechnik, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
582 bytes,
application/zip
|
Details |
The attached test extension has a horizontal overflow scroll bar, even though the content isn't wider than the allowed maximum width (in fact it is 205px wide).
I think the horizontal overflow is caused by the vertical scroll bar, for which the content is not resized to accommodate it.
I've tested this on today's Linux nightly (2017-09-15).
Updated•7 years ago
|
status-firefox57:
--- → wontfix
Priority: -- → P3
Updated•6 years ago
|
Product: Toolkit → WebExtensions
We had the same problem on the Gecko Profiler add-on(https://github.com/devtools-html/Gecko-Profiler-Addon/pull/125#pullrequestreview-162451180). We tried to give `width: 400px` to `body` element. It was working fine on macOS since the Firefox on macOS has floating scrollbar, but on operating systems that don't have floating scrollbar like Linux, there was a horizontal scrollbar since vertical scrollbar was taking the ~17px space from the body element.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•