Closed
Bug 579271
Opened 15 years ago
Closed 15 years ago
context menu background is transparent
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnyromyr, Assigned: stefanh)
References
Details
(Whiteboard: [cz-0.9.86.1])
Attachments
(1 file)
|
895 bytes,
patch
|
Gijs
:
review+
kairo
:
approval-seamonkey2.1a3+
|
Details | Diff | Splinter Review |
Right clicking results in a context menu with transparent background, because
<popup> is gone from toolkit now.
Compare SeaMonkey bug 578876 and bug 578440.
Comment 1•15 years ago
|
||
As long as there's no differences between <popup> and <menupopup> that catch us out, I think the only change needed is on this line:
menu-manager.js:640: var popup = document.createElement ("popup");
(They're already located inside <popupset id="dynamic-popups"/>)
OS: Linux → All
Hardware: x86 → All
| Assignee | ||
Comment 2•15 years ago
|
||
Looks like this fixes it, but I only tested it briefly.
Attachment #458136 -
Flags: review?(silver)
Will this patch also solve the same bug in Thunderbird 3.2a1pre? Or should that be reported separately?
Comment 4•15 years ago
|
||
Comment on attachment 458136 [details] [diff] [review]
One-liner, popup --> menupopup
r=me
Attachment #458136 -
Flags: review?(silver) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #458136 -
Flags: approval-seamonkey2.1a3?
Updated•15 years ago
|
Attachment #458136 -
Flags: approval-seamonkey2.1a3? → approval-seamonkey2.1a3+
Comment 5•15 years ago
|
||
changeset 1292:2c5f8e558d1d
--> FIXED
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
(In reply to comment #5)
> changeset 1292:2c5f8e558d1d
>
> --> FIXED
In time for beta 4?
| Assignee | ||
Updated•15 years ago
|
Assignee: rginda → stefanh
Updated•15 years ago
|
Whiteboard: [cz-0.9.86.1]
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•