Closed
Bug 1262783
Opened 9 years ago
Closed 9 years ago
Excessively cropped results in new Awesome Bar style
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: quicksaver, Assigned: adw)
References
Details
(Whiteboard: [fxsearch])
Attachments
(2 files)
Results seem to remain cropped after resizing the window. Meaning: results are successfully cropped further when shrinking the window, but they aren't "uncropped" after re-enlarging it.
Reporter | ||
Comment 1•9 years ago
|
||
Switching to UNCONFIRMED in case it was my fault somehow, until someone else confirms it at least.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 2•9 years ago
|
||
I can reproduce the problem.
https://hg.mozilla.org/mozilla-central/rev/68c0b7d6f16ce5bb023e08050102b5f2fe4aacd8
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0 ID:20160406030221
Comment 3•9 years ago
|
||
STR
Reduce browser window width
Click Dropdown icon in locationbar
Enlarge browser window width
Click Dropdown icon in locationbar
Reporter | ||
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•9 years ago
|
Priority: -- → P1
Whiteboard: [fxsearch]
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → adw
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•9 years ago
|
||
The problem happens for items that are completely reused when the popup is rebuilt. In that case _adjustAcItem isn't called, so max-widths aren't removed and over/underflow isn't handled.
Review commit: https://reviewboard.mozilla.org/r/45073/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/45073/
Attachment #8739151 -
Flags: review?(mak77)
Assignee | ||
Comment 5•9 years ago
|
||
Updated•9 years ago
|
Attachment #8739151 -
Flags: review?(mak77) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8739151 [details]
MozReview Request: Bug 1262783 - Properly handle overflow/underflow for awesomebar items that are completely reused. r?mak
https://reviewboard.mozilla.org/r/45073/#review41585
Assignee | ||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
You need to log in
before you can comment on or make changes to this bug.
Description
•