Closed
Bug 1381337
Opened 8 years ago
Closed 8 years ago
Select dropdowns in popups should not be constrained to document viewport
Categories
(WebExtensions :: Frontend, enhancement)
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: streetwolf52, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Some drop down lists display above the clicked icon instead of below. Some drop downs don't even appear. The ones I tested only have one item on the drop down, the other one is in the active box. Also, popups that can be resized often whow up in a different location when the icon on the bottom right is dragged or doesn't do anything.
All things said the offending patch will cause grief for WE add-ons.
Reporter | ||
Updated•8 years ago
|
Blocks: webext-oop, 1379508
Component: Toolbars and Customization → WebExtensions: Frontend
Product: Firefox → Toolkit
Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Windows 10
Priority: -- → P1
Hardware: Unspecified → x86_64
Reporter | ||
Comment 1•8 years ago
|
||
I had to turn off WE OOP in order to continue using my WE add-ons.
Assignee | ||
Updated•8 years ago
|
Priority: P1 → --
Assignee | ||
Updated•8 years ago
|
Summary: Bug 1379508 did not fix all the problems. → Select dropdowns in popups should not be constrained to document viewport
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Assignee: nobody → kmaglione+bmo
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•8 years ago
|
||
A screenshot of the resize icon on an affected window. WE add-on in this case is Textarea Cache Lite 2.2.8.
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8886883 [details]
Bug 1381337: Don't contstrain popup select dropdowns to the document viewport.
https://reviewboard.mozilla.org/r/157614/#review163020
Attachment #8886883 -
Flags: review?(aswan) → review+
Assignee | ||
Comment 5•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/42ad059f07ba5057d4dc1b0fe00d96a0ece73bde
Bug 1381337: Don't contstrain popup select dropdowns to the document viewport. r=aswan
Reporter | ||
Comment 6•8 years ago
|
||
Just tried this patch on inbound. So far all my WE add-ons are now working like before. Kudos.
Reporter | ||
Comment 7•8 years ago
|
||
There is still an issue with an add-on of mine when WE OOP is enabled. The add-on Zoom Page WE 5.1. The option page for this add-on has a box where you define zoom levels. It has a resize icon on the bottom right of the box. Here's the results with screenshots:
http://imgur.com/EWIx8CN - Normal appearance. No resizing has been done yet.
http://imgur.com/Wq5lxir - Zoom level box was resized.
http://imgur.com/UMKyd66 - Zoom level box resized with WE OOP disabled.
Reporter | ||
Comment 8•8 years ago
|
||
The Options page is gotten via about:addons and clicking on the Extensions label on the left. Then click on Options for Zoom Page WE. Perhaps the location of the resizable box is a reason why it wasn't fixed.
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•