Closed
Bug 92748
Opened 23 years ago
Closed 21 years ago
semi-transparent <select> drop-down thinks background is black
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
People
(Reporter: jruderman, Assigned: roc)
References
Details
Attachments
(2 files, 1 obsolete file)
If I have a page with a blue background and drop down a <select>, the menu
should be light blue, but instead it's gray. It seems as if the menu thinks the
background is black.
Possibly related: bug 70798, [RFE] Ability to have transparent background on popups.
If you open the testcase, you'll probably also see bug 45092, <select> arrow
misplaced when <select> is transparent.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Wow, very strange rendering issue
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.1
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
I attached an even simpler test case. No -moz- styles needed. Plain old
background-color:transparent.
Problem verified on Win32 (Windows 98) 0.9.5 milestone.
Updated•23 years ago
|
Target Milestone: mozilla1.1 → Future
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 5•22 years ago
|
||
Bug is still there over one year later.
Comment 6•21 years ago
|
||
This looks like a views/widgets issue....
Assignee: rods → roc
Status: ASSIGNED → NEW
Component: Layout: Form Controls → Layout: View Rendering
OS: Windows 98 → All
Priority: P2 → --
QA Contact: tpreston → ian
Hardware: PC → All
Target Milestone: Future → ---
Assignee | ||
Comment 7•21 years ago
|
||
This testcase works fine now.
Attachment #43946 -
Attachment is obsolete: true
Assignee | ||
Comment 8•21 years ago
|
||
Micah's testcase has a gray background because we can't render a transparent
popup, so we give it a gray background by default.
In theory we could support transparent popups using the transparent chrome
mechanism (currently on works on GTK1, could be extended to other platforms).
Anyway, the original bug is fixed and this is now a duplicate of the bug for
supporting transparent popups.
*** This bug has been marked as a duplicate of 70798 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 9•21 years ago
|
||
In the testcase, the dropdowns now have a white background (they should have a
light blue background). Verified dup.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 10•21 years ago
|
||
> the dropdowns now have a white background (they should have a light blue
> background)
I don't think we can make the popup part of the opacity group. I have no idea
how that should behave. Imagine, for example, that you have a translucent SELECT
with some normal content positioned on top of it, and then you show the popup
and the popup happens to overlap the SELECT as it sometimes does. What should
you see?
We could imagine trying to make the popup a separate opacity group, but what
opacity should it have? The opacity of its nearest container with opacity < 1?
The product of the opacities of all its containers? It would be weird.
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•