Issue 4579: HTML select element with multiple attribute does not appears as
if size is at least 4
http://code.google.com/p/chromium/issues/detail?id=4579
New issue report by [EMAIL PROTECTED]:
Chrome Version : 0.3.154.9
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 7: OK
What steps will reproduce the problem?
1. I have the following HTML in a page:
<table>
<tr valign="top">
<td colspan="2" align="left" style="font-family: Arial, Helvetica,
sans-serif;border-style:none; font-size:8pt; text-align:left;">
Options:
</td>
</tr>
<tr>
<td colspan="2" style="font-family: Arial, Helvetica, sans-
serif;border-style:none; font-size:8pt; text-align:left;">
<select name="optionLB" size="2" multiple style="font-
size:8pt;">
<option value="optionA" selected>optionA</option>
<option value="optionB" selected>optionB</option>
</select>
</td>
</tr>
</table>
The web page references a single CSS containing a single style that affects
no HTML element by default, and this style affects only color, font and
font size.
What is the expected result?
The list box should render with only enough vertical room for two elements,
not four.
What happens instead?
The list box on the screen renders with four lines, the last two being
blank.
Attachments:
chromeLBerror1.PNG 1.1 KB
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---