Closed
Bug 983770
Opened 11 years ago
Closed 11 years ago
Australis: Unexpected scroll bar appears when zoom widget is in overflowed panel
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
VERIFIED
FIXED
Firefox 31
People
(Reporter: alice0775, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [Australis:P3])
Attachments
(2 files)
38.19 KB,
image/png
|
Details | |
2.30 KB,
patch
|
mikedeboer
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
See Screenshot
Comment 2•11 years ago
|
||
(See also bug 983768 for the percentage being uncentered)
Whiteboard: [Australis:P3]
Assignee | ||
Comment 3•11 years ago
|
||
I'm 90% sure this is a regression... :-(
Keywords: regression,
regressionwindow-wanted
![]() |
Reporter | |
Comment 4•11 years ago
|
||
![]() |
Reporter | |
Updated•11 years ago
|
Blocks: 878065
Keywords: regressionwindow-wanted
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•11 years ago
|
||
I also noticed that the icons were 15x16 on my Windows machine when in customize mode, so I fixed that, too. The palette styling could be improved further, but that seems to not be entirely trivial (my immediate margin-bottom attempts didn't work) and outside of the scope of this bug, so...
Attachment #8394108 -
Flags: review?(mdeboer)
Comment 6•11 years ago
|
||
Comment on attachment 8394108 [details] [diff] [review]
fix scrollbars in overflow panel when zoom or edit controls overflow,
Review of attachment 8394108 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/customizableui/panelUIOverlay.inc.css
@@ +861,5 @@
>
> +/* Make direct siblings overlap borders: */
> +.toolbaritem-combined-buttons + .toolbaritem-combined-buttons@inAnyPanel@ {
> + margin-top: -1px;
> + border-top-color: transparent !important;
Why did you need to add !important here?
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Mike de Boer [:mikedeboer] from comment #6)
> Comment on attachment 8394108 [details] [diff] [review]
> fix scrollbars in overflow panel when zoom or edit controls overflow,
>
> Review of attachment 8394108 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: browser/themes/shared/customizableui/panelUIOverlay.inc.css
> @@ +861,5 @@
> >
> > +/* Make direct siblings overlap borders: */
> > +.toolbaritem-combined-buttons + .toolbaritem-combined-buttons@inAnyPanel@ {
> > + margin-top: -1px;
> > + border-top-color: transparent !important;
>
> Why did you need to add !important here?
Because I don't want to manually try to come up with selectors which override all the possible hover and active styles for the border, and have it break again at some point when the selectors for the hover/active cases change.
Comment 8•11 years ago
|
||
Comment on attachment 8394108 [details] [diff] [review]
fix scrollbars in overflow panel when zoom or edit controls overflow,
Review of attachment 8394108 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM!
Attachment #8394108 -
Flags: review?(mdeboer) → review+
Assignee | ||
Comment 9•11 years ago
|
||
status-firefox31:
--- → affected
Whiteboard: [Australis:P3] → [Australis:P3][fixed-in-fx-team]
Comment 10•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:P3][fixed-in-fx-team] → [Australis:P3]
Target Milestone: --- → Firefox 31
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8394108 [details] [diff] [review]
fix scrollbars in overflow panel when zoom or edit controls overflow,
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Australis
User impact if declined: combined toolbar buttons cause scrollbar in the overflow menu
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): low, CSS-only change
String or IDL/UUID changes made by this patch: none
Attachment #8394108 -
Flags: approval-mozilla-beta?
Attachment #8394108 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8394108 -
Flags: approval-mozilla-beta?
Attachment #8394108 -
Flags: approval-mozilla-beta+
Attachment #8394108 -
Flags: approval-mozilla-aurora?
Attachment #8394108 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Verified this as fixed on Windows 7 64bit, Ubuntu 12.04 and Mac OS X 10.9 using:
- latest Aurora (build ID: 20140324150430)
- latest Nightly (build ID: 20140324030203)
- Firefox 29 beta 2 (build ID: 20140324101726).
The issue from the screenshot is no longer reproducing. Closing issue.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•