[Webkit-unassigned] [Bug 137553] New: abandoned select option is reselected when shift selecting new options
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 9 01:31:39 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137553
Summary: abandoned select option is reselected when shift
selecting new options
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
URL: http://jsbin.com/satezijosoze/1/
OS/Version: Unspecified
Status: NEW
Severity: Critical
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bram at stibosystems.com
When using the keyboard to select a new option in a select element, and afterwards shift selecting additional elements. The the selection that you jumped from with the keyboard shortcut is reselected.
I have only been able to reproduce this issue in webkit browsers
Affected browsers: Google Chrome 37, Chromium 37, Safari 7.1
Steps to reproduce:
1. Create html document containing a <select multiple size=10> element with 10 options (eg. a - i), or go to http://jsbin.com/satezijosoze/1/
2. Select option with mouse (eg. c)
Selection is now [c]
3. Press keyboard key to jump to another option (eg. h)
Selection is now [h]
4. Hold shift and select another option (eg. shift + arrow down)
5. Observe: selection is [c,h,i]
6. Expected selection was [h,i]
--
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