[Webkit-unassigned] [Bug 24479] Can't click on listbox after zooming (coordinates not translated)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 04:12:41 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24479


M8R-udo4lc at safetymail.info changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |M8R-udo4lc at safetymail.info




--- Comment #1 from M8R-udo4lc at safetymail.info  2009-11-12 04:12:40 PST ---
I found the same problem using QtWebKit (tested on versions 4.5.1, 4.5.2 and
4.5.3).

Very easily reproducible... open the following HTML:
<select size="3">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>

Then set full-page zoom to something like 50%. After that you can't select any
option.

Note that the problem only happens with <select> tags with the "size" attribute
greater than 1.

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



More information about the webkit-unassigned mailing list