Bug 60425

Summary: selectstart fires whenever a user clicks on an editable region
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: anantha, timdown
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60424    

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.