Closed
Bug 631856
Opened 14 years ago
Closed 14 years ago
sidebar splitter visible above new statuspanel
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 4.0b12
People
(Reporter: mcdavis941.bugs, Assigned: dao)
References
Details
Attachments
(2 files)
(deleted),
image/png
|
Details | |
(deleted),
patch
|
ehsan.akhgari
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
Bug 628654 added a statuspanel overlaying page content to show page connecting/waiting/loading state. If the sidebar is also open and narrow enough that its edge is under the statuspanel, then the sidebar splitter is drawn through the middle of the statuspanel.
Expected:
- statuspanel covers sidebar splitter.
Actual:
- sidebar splitter is drawn over/through the statuspanel
Mozilla/5.0 (Windows NT 6.0; WOW64; rv:2.0b11pre) Gecko/20110202 Firefox/4.0b11pre
This seems like it has to do with z-index on #sidebar-splitter. Maybe vista/w7-specific.
Reporter | ||
Comment 1•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Component: General → Theme
QA Contact: general → theme
Comment 2•14 years ago
|
||
(In reply to comment #0)
> This seems like it has to do with z-index on #sidebar-splitter. Maybe
> vista/w7-specific.
It would appear you are correct here. I cannot reproduce this under either Linux or Windows/XP.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → dao
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #510260 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•14 years ago
|
Attachment #510260 -
Flags: review?(ehsan)
Comment 5•14 years ago
|
||
The z-index was added in bug 426000, why is it unnecessary now?
Assignee | ||
Comment 6•14 years ago
|
||
It's unlikely that it was ever necessary. I suspect it was written this way without trying just position:relative on its own.
Comment 7•14 years ago
|
||
Comment on attachment 510260 [details] [diff] [review]
patch
I don't remember why I did that, but it seems unnecessary. r=me assuming that you've tested under Vista/7.
Attachment #510260 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #510260 -
Flags: review?(gavin.sharp) → approval2.0?
Updated•14 years ago
|
Attachment #510260 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 8•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b12
Comment 9•14 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:2.0b12pre) Gecko/20110216 Firefox/4.0b12pre
Verified issue and it's no longer present.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•