[webkit-reviews] review requested: [Bug 99525] Spatial Navigation handling of space key in <select> appears to confuse listIndex and optionIndex : [Attachment 202658] Patch attached contain fix for bug and layout test to verify changes.(r150435)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 03:57:21 PDT 2013


Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com> has asked  for review:
Bug 99525: Spatial Navigation handling of space key in <select> appears to
confuse listIndex and optionIndex
https://bugs.webkit.org/show_bug.cgi?id=99525

Attachment 202658: Patch attached contain fix for bug and layout test to verify
changes.(r150435)
https://bugs.webkit.org/attachment.cgi?id=202658&action=review

------- Additional Comments from Abhijeet Kandalkar
<kandalkar.abhijeet58 at gmail.com>
Patch attached ensures that-
- User should be able to navigate <select> element with <optgroup> inside it.
- Multiple selection inside <select> element.
- Avoided crashes which used to happen when user click on first <option>
element to select it after some random navigation.

Revision used : r150435


More information about the webkit-reviews mailing list