Closed
Bug 75376
Opened 24 years ago
Closed 24 years ago
select multiple doesn't show options inside a layer
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: mozilla_kan_blokkes, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
if you have a select from field with 'multiple' enabled and the select field
resides inside a layer it doesn't show the options in the select box, but just
blank space
Reproducible: Always
Steps to Reproduce:
just load the page mentioned above
Actual Results: empty selectboxes where mulpitple selects are allowed
Expected Results: show the contents of the slectbox
Comment 1•24 years ago
|
||
I don't immediately see a <layer> tag, but certainly there is JS for that so I
can't discount it. I see no obvious reason why the select doesn't work, and it's
almost certainly not an imagelib bug, so I'm sending to HTML Elements for
further traige. Confirming and setting OS to All (seen on Linux tip build).
Status: UNCONFIRMED → NEW
Component: ImageLib → HTML Element
Ever confirmed: true
OS: Windows 2000 → All
| Reporter | ||
Comment 2•24 years ago
|
||
layer tags are not used but content positioning with div tags and stylesheets,
and in addition alot of javascript
Comment 3•24 years ago
|
||
Linux build 2001-04-09-08 I see the contents of the selectboxes fine. Please
try a recent build that has the new viewmanager.
Comment 5•24 years ago
|
||
Martin, are you still seeing this bug?
| Reporter | ||
Comment 6•24 years ago
|
||
i just tested it with the 0.9 build on win2k and the problem has been solved ;)
Comment 7•24 years ago
|
||
worksforme per reporter's comment
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Verified on
build: 2001-05-17-04-Trunk
Platform: WinNT
The select box and options are visible and multiple selection is also possible.
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•