Closed
Bug 1192063
Opened 9 years ago
Closed 9 years ago
Z-Order bug when mousing over tab-audio icon
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | verified |
People
(Reporter: vladan, Assigned: ehsan.akhgari)
References
Details
Attachments
(2 files, 1 obsolete file)
20.67 KB,
image/png
|
Details | |
746 bytes,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8644702 -
Flags: review?(jaws)
Comment 2•9 years ago
|
||
Comment on attachment 8644702 [details] [diff] [review]
Adjust the z-index of the tab icon overlay to be higher than that of the tab icon
Review of attachment 8644702 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/tabs.inc.css
@@ +96,5 @@
> margin-top: -12px;
> -moz-margin-start: -16px;
> display: none;
> + position: relative;
> + z-index: 4; /* the tab's icon z-index + 1 */
I'm able to fix this bug locally by just setting position:relative; on the .tab-icon-overlay. No z-index is needed on .tab-icon-image or .tab-icon-overlay and no position:relative needed on .tab-icon-image.
Assignee | ||
Comment 3•9 years ago
|
||
You're right!
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8644702 -
Attachment is obsolete: true
Attachment #8644702 -
Flags: review?(jaws)
Assignee | ||
Updated•9 years ago
|
Attachment #8644747 -
Flags: review?(jaws)
Comment 5•9 years ago
|
||
Comment on attachment 8644747 [details] [diff] [review]
Create a stacking context for the tab overlay icon so that its background paints in front of the tab image
Review of attachment 8644747 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
Attachment #8644747 -
Flags: review?(jaws) → review+
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Comment 8•9 years ago
|
||
Verified fixed on Windows 7 64bit, Ubuntu 13.10 32bit and Mac OSX 10.9.5 using Aurora 42.0a2 (buildID: 20150818004007).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•