Closed
Bug 13437
Opened 25 years ago
Closed 25 years ago
options that have a line feed/carriage return show up as two lines in the select
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: rods, Assigned: rods)
Details
This is because I had to change the processing of white-space (CSS) from
"nowrap" to "pre" is needed because the frames for options with all spaces were
being displayed and "pre" fixed it.
For example:
<option>Blue
Fish</option>
This is a very low priority bug. Just don't do this and everything will be ok.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 1•25 years ago
|
||
Hum, this seems to work now. See this test case:
http://www.bath.ac.uk/%7Epy8ieh/internet/projects/mozilla/optgroup.shtml
One of the items is an <option> which in markup goes over several lines.
It displays on one line as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•