Closed
Bug 201543
Opened 23 years ago
Closed 23 years ago
When the CSS display of OPTION is set to inline the options are not viewable
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: redbeard, Unassigned)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Setting the display propety of the OPTION element to inline causes the SELECT
box to be rendered as simply a horizontal scoll bar. None of the options are
listed except the current option. Using the arrow keys works as expected.
Reproducible: Always
Steps to Reproduce:
1. Put a FORM with SELECT and OPTION elements on a page
2. Give the OPTIONs the CSS display property of inline
3. View the page
Actual Results:
SELECT rendered as stated above
Expected Results:
Either force the OPTIONs to act as if they were display: block (action of other
browsers) or display a horizontally scrolling selection box.
Comment 2•23 years ago
|
||
Testcase WFM OS X/2003041008, items are inlined and viewable, but I'd imagine
it may be preferrable to ignore the style completely. (screen shot to follow)
(also note, camino does ignore formatting and presents the options
Comment 3•23 years ago
|
||
not showin in screenshot - all options are selectable via mouse, they're just
presented inlined
Comment 4•23 years ago
|
||
I think this is probably a bug that was fixed with the recent <select> stuff.
Michael, can you try in a more recent build? Does it show up like that
screenshot? It does for me, and that's expected behavior.
Last night I compiled Mozilla 1.4a on my Linux machine (Debian 3.x testing) and
it looks the same as it does with Mozilla 1.3 and 1.4a under Windows, except
under Linux I can actually tell there might be something to scroll with the
scrollbar.
I will be attaching an screenshot
Comment 7•23 years ago
|
||
1.4a is not recent enough ... the scrollbar changes went in a few days ago.
Could you download a nightly at
http://ftp.mozilla.org/pub/mozilla/nightly/latest ? There's source there too if
you want to compile.
That did it. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•