Closed
Bug 58212
Opened 24 years ago
Closed 24 years ago
[FIX][CBX][MF]forms in hidden layer not completely invisible
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: federicosasso, Assigned: rods)
References
()
Details
(Keywords: css2, Whiteboard: Fix in hand)
Attachments
(3 files)
234 bytes,
text/html
|
Details | |
268 bytes,
text/html
|
Details | |
4.03 KB,
patch
|
Details | Diff | Splinter Review |
BuildID: 2000101014
in the left frame (see provided URL) below the links list is a series of hidden
frames containing SELECT controls. As you can see having a background image
makes the shapes of the SELECTs appear.
Reproducible: Always
Steps to Reproduce:
just have a look at the URL and it will be evident
Actual Results: the shapes of the SELECTs appear
Expected Results: the shapes of the SELECTs shoul not appear
Comment 1•24 years ago
|
||
confirming.
rerpoter - could you sow what exact code is doing this? a small code snippet?
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
updating component
Assignee: asa → rods
Component: Browser-General → HTML Form Controls
QA Contact: doronr → bsharma
Comment 4•24 years ago
|
||
I see the problem on the URL, but not in the testcase. Linux 2000-10-27 trunk
nightly.
Reporter | ||
Comment 5•24 years ago
|
||
Reporter | ||
Comment 6•24 years ago
|
||
I provided a testcase where the problem is in good evidence. As in the URL, the
visibilty is set not in the SELECT control, but in a DIV containing the form.
Anyway, after some test I saw that the 1st testcase shows the problem as well
if you change the BODY attribute to bgcolor="gray" instead of white.
Hope this could help.
Federico
Assignee | ||
Comment 9•24 years ago
|
||
Works for me, the combobox is hidden.
Status: NEW → ASSIGNED
Summary: forms in hidden layer not completely invisible → [WFM]forms in hidden layer not completely invisible
Comment 10•24 years ago
|
||
I still see this with the 2000-12-19-08 linux build (on the php.net home page,
for example).
Comment 11•24 years ago
|
||
*** Bug 63818 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 12•24 years ago
|
||
The problem is the hard-coded focus rect which will eventually go away, but I
will see if I can get an easy fix.
Summary: [WFM]forms in hidden layer not completely invisible → [CBX][MF}forms in hidden layer not completely invisible
Assignee | ||
Updated•24 years ago
|
Summary: [CBX][MF}forms in hidden layer not completely invisible → [CBX][MF]forms in hidden layer not completely invisible
Assignee | ||
Comment 13•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Summary: [CBX][MF]forms in hidden layer not completely invisible → [FIX][CBX][MF]forms in hidden layer not completely invisible
Whiteboard: Fix in hand
Comment 14•24 years ago
|
||
Looks good to me! r=pollmann
Comment 15•24 years ago
|
||
*** Bug 65749 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
Hmm... Seems like the focus rect is still present in other layers positioned
above the hidden layer.
Check out http://www.sgi.com/homepage.html
Mouseover either the "serious fun" or "services & support" buttons and you will
see a white rectangle. Click on the "search" button right above the buckets and
you will see the search layer which has a select box inside that rectangle
Comment 17•24 years ago
|
||
On Second thought maybe it's just me?
Assignee | ||
Comment 18•24 years ago
|
||
I don't see that
Comment 19•24 years ago
|
||
sr=buster.
Comment 20•24 years ago
|
||
*** Bug 65874 has been marked as a duplicate of this bug. ***
Comment 21•24 years ago
|
||
*** Bug 66705 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 22•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•