Closed
Bug 503640
Opened 16 years ago
Closed 11 years ago
alpha channel in menupopup badly handled
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: virgile, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
1.08 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.11) Gecko/2009060309 Ubuntu/9.04 (jaunty) Firefox/3.0.11
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.11) Gecko/2009060309 Ubuntu/9.04 (jaunty) Firefox/3.0.11
trying to make a menupopup in xul with alpha (either opacity, rgba value, transparent) computes the background regarding the window background color. it doesn't take care of the window background image or the underlaying elements. idem with the -moz-box-shadow.
tested within menu element in toolbox menubar in firefox 3 & 3.5
Reproducible: Always
Steps to Reproduce:
<toolbox>
<menubar>
<menu>
<menupopup>
<menuitem/>
</menupopup>
</menu>
</menubar>
</toolbox>
| Reporter | ||
Comment 1•16 years ago
|
||
i've tried to inspect linux specific bindings or so, sorry if this is not a real bug. the non-clean joined code works perfectly on windows, background with alpha alpha channel remains on the menuitem elements on linux x86_64
| Reporter | ||
Updated•16 years ago
|
Attachment #388042 -
Attachment mime type: application/force-download → application/zip
Comment 2•16 years ago
|
||
Virgile, can you please try to reduce the testcase to only one file? You can reference an external background image and move the CSS to the XUL file? That would be great.
| Reporter | ||
Comment 3•16 years ago
|
||
here is a commented simple version of bugs ive found on different platforms and versions using menupop and rgba / -moz-box-shadow
Attachment #388042 -
Attachment is obsolete: true
Comment 4•16 years ago
|
||
Virgile, can you please check with Firefox 3.5? I believe that all your concerns were fixed in that version.
Version: unspecified → 3.0 Branch
Comment 5•11 years ago
|
||
Hi Virgile,
can you give a feedback like asked in comment 4?
so we can finaly close/fix this after 5 years.
thank you for a short feedback.
Flags: needinfo?(virgile)
Comment 6•11 years ago
|
||
Closed, because of missing feedback -> not possible to reproduce
please feel free to reopen this bug-report if you have additonal information on it.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(virgile)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•