RESOLVED FIXED 137261
[iOS] <select> with <optgroup> may change initial selected option when assisted
https://bugs.webkit.org/show_bug.cgi?id=137261
Summary [iOS] <select> with <optgroup> may change initial selected option when assisted
Joseph Pecoraro
Reported 2014-09-30 13:01:48 PDT
* TEST: <select onchange="alert('current selected value is:'+this.value);"> <optgroup label="Group"> <option value="a">A</option> <option value="b">B</option> <option selected value="c">C</option> <option value="d">D</option> </optgroup> </select> * STEPS TO REPRODUCE: 1. Open test page 2. Tap the <select> => initial selection changes from "C" to "B" I have a fix.
Attachments
[PATCH] Proposed Fix (2.60 KB, patch)
2014-09-30 13:05 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-09-30 13:02:03 PDT
Joseph Pecoraro
Comment 2 2014-09-30 13:05:34 PDT
Created attachment 238949 [details] [PATCH] Proposed Fix
Enrica Casucci
Comment 3 2014-09-30 17:19:30 PDT
Comment on attachment 238949 [details] [PATCH] Proposed Fix Looks good to me.
WebKit Commit Bot
Comment 4 2014-10-01 01:15:45 PDT
Comment on attachment 238949 [details] [PATCH] Proposed Fix Clearing flags on attachment: 238949 Committed r174148: <http://trac.webkit.org/changeset/174148>
Note You need to log in before you can comment on or make changes to this bug.