RESOLVED WONTFIX 60425
selectstart fires whenever a user clicks on an editable region
https://bugs.webkit.org/show_bug.cgi?id=60425
Summary selectstart fires whenever a user clicks on an editable region
Ryosuke Niwa
Reported 2011-05-06 18:01:19 PDT
On WebKit selectstart fires even when I'm clicking on a contenteditable area for the first time to put a caret. IE only fires when a selection range is created.
Attachments
Ryosuke Niwa
Comment 1 2011-05-09 18:08:05 PDT
It turned out that this was intended behavior in WebKit. See http://bugs.webkit.org/show_bug.cgi?id=12823. This behavior is explicitly tested by fast/events/selectstart-during-autoscroll.html
Note You need to log in before you can comment on or make changes to this bug.