Closed
Bug 63818
Opened 24 years ago
Closed 24 years ago
select boxes in hidden layers still render border
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: kelson, Assigned: rods)
References
()
Details
Attachments
(1 file)
1.51 KB,
text/html
|
Details |
If you place a form inside a <div>...</div> region, use absolute positioning,
and set its visibility to he hidden, you will see a box around the content of
the drop-down menus created by <select>...</select> elements in the background
color of the select tag. Normally this isn't noticable, if you have a white
background and you don't mess with the background on the select tag. I've seen
this on both Windows and Linux.
I've seen this on the PHP home page; when you first go there, there are these
two hollow rectangles over their sidebar, which disappear when you first use the
popups (since they don't position the layers until you trigger one, and that
places them over the text area which has a white background).
I'll also try attaching a test case where I've cut out everything but the part
that causes the problem.
I'm not sure if HTML Form Controls is the right place to send this, but it looks
more specific than Layout.
![]() |
||
Comment 2•24 years ago
|
||
being worked on...
*** This bug has been marked as a duplicate of 58212 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Verifying as dup of bug 58212 - forms in hidden layer not completely invisible.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•