[Webkit-unassigned] [Bug 70496] Cannot select multiple options by mouse dragging in <select multiple="multiple" size="7"> list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 06:52:12 PST 2011


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


Rakesh <rakesh.kn at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114266|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Rakesh <rakesh.kn at motorola.com>  2011-11-09 06:52:12 PST ---
Created an attachment (id=114266)
 --> (https://bugs.webkit.org/attachment.cgi?id=114266&action=review)
Proposed patch

Issue 71128 fixes the selection of option elements with an mouse drag when no. of options are more than the size attribute.
To handle the selection when no. of options are less than size attribute, we handle the mouse move event and select the options when mouse moves on the option element.
We also dont want to do this selection if the select element can be autoscrolled(i.e no. of options > size)

-- 
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