Basic HTML <select> tag not working properly

1,995 views
Skip to first unread message

Rokesh

unread,
Oct 5, 2010, 10:34:42 AM10/5/10
to Chromium-discuss
This simple piece of code should return a select box with 2 items.
Currenty all the items are shown.
This goes for all Chrome versions and Safari (probably due to the use
of webkit).

The URL to test this is http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_size

Rokesh

code sample:
<html>
<body>

<select size="2">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>

</body>
</html>

PhistucK

unread,
Oct 5, 2010, 10:39:20 AM10/5/10
to rja...@gmail.com, Chromium-discuss
Search for an existing issue at bugs.webkit.org. If you cannot find one, create a new issue.

PhistucK




--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
   http://groups.google.com/a/chromium.org/group/chromium-discuss

dhw

unread,
Oct 5, 2010, 11:14:31 AM10/5/10
to Chromium-discuss, PhistucK, rja...@gmail.com
You can add a STAR to the following issues and hopefully get updates
(since the WebKit bug is marked as WontFix)

Chromium: 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
(ExternalDependency on WebKit)

WebKit: size attribute of SELECT element
https://bugs.webkit.org/show_bug.cgi?id=17648

On Oct 5, 7:39 am, PhistucK <phis...@gmail.com> wrote:
> Search for an existing issue at bugs.webkit.org. If you cannot find one,
> create a new issue.
>
> ☆*PhistucK*
Reply all
Reply to author
Forward
0 new messages