Closed
Bug 302110
Opened 19 years ago
Closed 19 years ago
select list display is cut off at bottom when populating using javascript
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: othious, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1001 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; (R1 1.5); .NET CLR 1.1.4322; .NET CLR 1.0.3705) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 The select list won't display properly (the bottom of the text is cut off) when I use a javascript to populate option list. The problem appears to be specific to using an external reference to a javascript file inside the option list tag. Reproducible: Always Steps to Reproduce: 1. Create <select> element 2. Add empty option using html tags 3. Include an external js file 4. Re-create option list using javascript Actual Results: The bottom of any letters that dip down (y,j,q,g,etc.) get cut off Expected Results: It should have displayed the entire letter. See html test case
Confirming with Mozilla 1.7.10 on WinXP.
Summary: select list display is cut off at bottom when populutating using javascript → select list display is cut off at bottom when populating using javascript
Version: unspecified → 1.7 Branch
Reproducible with Mozilla 1.7.10 but WFM with Mozilla 1.8b1, Deer Park a2 and SeaMonkey/20050725.
Comment 4•19 years ago
|
||
This got fixed in the 1.8 cycle.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•