Closed Bug 502622 Opened 15 years ago Closed 15 years ago

The image of a giant and ginned popup menu selector is shown instead of the correct one

Categories

(Firefox :: General, defect)

3.5 Branch
x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 476277

People

(Reporter: larsss31, Unassigned)

Details

Attachments

(2 files)

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 When displaying an HTML multiple popup menu, and it does contain only one item, a big popup selector, clearly misplaced and oversized, is shown instead of the correct one Reproducible: Always Steps to Reproduce: 1. go to http://img99.imageshack.us/i/firefox.tif/ and see 2. 3. Happens only on Mac Firefox
Severity: trivial → minor
Version: unspecified → 3.5 Branch
Would you provide example code or a link to a page that displays this issue?
Attached image Image from url
It is an internal (meaning, developed inside my company) application, it doesn't have internet exposure. Here's a snippet from the menu code: <form method=post action=002.html> <tr> <td> <table width="302" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="4" colspan="3"></td> </tr> <tr> <td> <select name="utente_ambulatorio_p" size="1" style="width:300px; height:135px;font-size:14px;" id="utente_ambulatorio_p"> <option value="879">16:14 gino tino - E004 - Ambu</option> </select> </td> </tr> </table> </td> </tr> <tr> <td> <table width="302" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="4"> </td> </tr> <tr> <td align="left"> <input type=image src="img/chiama.gif" width="302" height="101" border=0 /> </td> </tr> <input type=hidden name=id_coda_p value=""> <input type=hidden name=ambulatorio_p value="1"> </table> </td> </tr> </form>
Attached file code from comment 3
Does this display the issue?
You mean this snippet alone? Yes id does
I don't understand what you think is the bug here. It's so large because you specify such a large size: <select name="utente_ambulatorio_p" size="1" style="width:300px; height:135px;font-size:14px;" id="utente_ambulatorio_p"> (width:300px; height:135px;)
Sure thing, but it's way ugly, other browsers understand not to distort the image in that tawdry way, even firefox < 3.5. Ah, btw, on windows, ff 3.5 handles the page correctly
So this bug report is about the distortion.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Yes, it's about the distortion. Sorry for me not finding the original bug, i made a brief search and i couldn't find anything
No problem. Filing duplicates is better than not filing bugs at all, and bug 476277 doesn't really have an easily-searchable summary.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: