Closed
Bug 3928
Opened 26 years ago
Closed 26 years ago
[PP]cosmetic problems with popups and lists
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: pierre)
References
Details
Using the following HTML snippet:
<form action="mailto:Kligor.T@gee.whiz.com">
<select>
<option>Assam
<option>Darjeeling
<option>Yunnan
</select>
</form>
macmonkey should draw a pop-up list that resembles Comm 4.5x. However, instead
you get a pop-up list that is missing the row of darker pixels along the top and
bottom edges. Additionally, this sample HTML results in "Darjee..." when you
select the middle option; that behavior is probably okay, but Comm 4.5x draws
the list as wide as its widest element.
Updated•26 years ago
|
Assignee: karnaze → pierre
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: SELECT tag results in clipped menu appearance → Cosmetic problems with popups and lists
Assignee | ||
Comment 1•26 years ago
|
||
Accepting bug.
Changed the title to "Cosmetic problems with popups and lists" from "SELECT tag
results in clipped menu appearance".
Similar problems happen with lists (see test5) because they always display a
scrollbar, resulting in a truncation of the widest entries.
Summary: Cosmetic problems with popups and lists → [PP]Cosmetic problems with popups and lists
Summary: [PP]Cosmetic problems with popups and lists → [PP]cosmetic problems with popups and lists
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Fixed: native popup and list widgets now have the correct width.
The scrollbar doesn't work in lists but that's a separate bug (#5551)
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in the April 29th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•