[Webkit-unassigned] [Bug 11852] New: <select disabled size="5"> listbox cannot be scrolled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 16 09:52:24 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11852

           Summary: <select disabled size="5"> listbox cannot be scrolled
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction, Regression
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jruderman at gmail.com


This HTML results in an unscrollable listbox, so you can't see what the last
few options are:

<select disabled size="5">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
<option>Option 4</option>
<option>Option 5</option>
<option>Option 6</option>
<option>Option 7</option>
<option>Option 8</option>
</select>

Bugzilla 3.0 was going to use <select disabled size="5"> for CC lists for
logged-out users, but that will probably be changed before the release, so that
users with the buggy versions of WebKit can see who is CC'ed.  And IE users, if
there are still any (IE has a similar bug).  See
https://bugzilla.mozilla.org/show_bug.cgi?id=364065.

This bug happens on WebKit trunk, but not shipping Safari on Tiger.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list