RESOLVED FIXED 94831
WebKit fires input event before updating selection
https://bugs.webkit.org/show_bug.cgi?id=94831
Summary WebKit fires input event before updating selection
Ryosuke Niwa
Reported 2012-08-23 12:16:44 PDT
http://code.google.com/p/chromium/issues/detail?id=138069 Reproduction steps: 1. Open http://jsfiddle.net/9jHxE/1/ 2. Type "a" in the text field Expected result: "1 a" Actual result: "0 a"
Attachments
Ojan Vafai
Comment 1 2012-08-23 14:37:49 PDT
I don't know that this is specced anywhere, but I agree that what we do now is inconsistent and should be changed (i.e. that the selection should be updated first).
Kent Tamura
Comment 2 2012-12-16 20:29:00 PST
Note You need to log in before you can comment on or make changes to this bug.