In many locales, the Find Toolbar's Close button is missing when notifications like WrappedToTop are too long to fit
Categories
(Toolkit :: Find Toolbar, defect, P3)
Tracking
()
People
(Reporter: brille1, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: l12y)
Attachments
(2 files)
Comment 1•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Comment 5•7 years ago
|
||
Comment 7•6 years ago
|
||
workaround |
Comment 8•5 years ago
|
||
Duplicate: Bug 1466346 with P3. Might best to keep the one with higher priority?
Comment 10•5 years ago
|
||
Bug 1466346 is a duplicate, align priority with that bug.
Comment 12•5 years ago
|
||
From one of the closed bug reports:
Gingerbread Man's work-around could be added here to make it a bug fix:
https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/shared/findBar.inc.css
(Already contains an attribute for ".findbar-closebutton".)
Another (better) option might be adjusting the order of elements inside "MozXULElement.parseXULToFragment":
https://github.com/mozilla/gecko-dev/blob/master/toolkit/content/widgets/findbar.js
(The "toolbarbutton" with anonid="find-closebutton" could be moved to the top of the "MozXULElement".)
Above solutions move the close button back to the left side, where it originally was AFAIK. If it absolutely must stay at the right side for consistency (although all the other control elements of the find bar are at the far left), then maybe a CSS style could attach it (make it float) at the right border.
Comment 13•5 years ago
|
||
I was sceptical about the latter (CSS for making it float), and indeed it doesn't work this way.
Comment 14•5 years ago
|
||
In the bug report it says "trunk" for tracking / version. Should this be set to "40 branch" instead (Firefox 41) because the bug field guide says it's "the version of the software the bug was found in".
Though considering that the "60 branch" is current, and that the bug is still there, maybe it should be set to "60 branch" instead.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 16•5 years ago
|
||
FWIW, I have a computer with upright monitor (1024px width) and avoid using Firefox there just due this single bug
(there are other minor problems, seems UI designers assume 1024px isn't a real-world screen width)
Comment 20•3 years ago
|
||
This works for me now, likely a duplicate of bug 1724194. (Please correct if I'm wrong)
Description
•