[webkit-reviews] review requested: [Bug 70496] Cannot select multiple options by mouse dragging in <select multiple="multiple" size="7"> list : [Attachment 114266] Proposed patch

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


Rakesh <rakesh.kn at motorola.com> has asked  for review:
Bug 70496: Cannot select multiple options by mouse dragging in <select
multiple="multiple" size="7"> list
https://bugs.webkit.org/show_bug.cgi?id=70496

Attachment 114266: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=114266&action=review

------- Additional Comments from Rakesh <rakesh.kn at motorola.com>
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)


More information about the webkit-reviews mailing list