Closed
Bug 27293
Opened 25 years ago
Closed 25 years ago
editor colorpicker shows through menus
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: akkzilla, Assigned: cmanske)
Details
The editor colorpicker shows through the menus. Bring up an editor window, then
click on Format, Table, Tasks or Debug in the menubar; the colorpicker shows
through all the menus.
Pavlov says this is something Pinkerton did.
Comment 1•25 years ago
|
||
charlie? what on earth are you doing with those color picker things?
Assignee: pinkerton → cmanske
Assignee | ||
Comment 2•25 years ago
|
||
I was setting z-index to make the upper-left button (z-index = 1) appear in
front of the lower-right button (z-index = 2).
I just changed it to put the lower-right button first in the XUL and figured out
how to adjust CSS positioning, thus I can avoid using z-index altogether.
So the bug is fixed in my tree.
I'm using relative positioning to relocate the buttons, causing the overlap.
I'm still curious why setting z-index for a button in the toolbar should
cause it to bleed through into a menu. Aren't the menus created as a top-level
window?
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
you would think so, but i'm sure it could be a bug in our view rendering. *shrug*
thanks for looking at this, charlie.
Comment 4•25 years ago
|
||
Charley - setting this to M15, but if you have it fixed and you are checking it
in, then mark as appropriate.
Target Milestone: M15
Assignee | ||
Comment 5•25 years ago
|
||
Geez, I said it would be fixed! Just checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M15 → M14
Comment 6•25 years ago
|
||
Fixed in the Feb 16th Linux build (2000021609).
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•