Bug 60425 - selectstart fires whenever a user clicks on an editable region
Summary: selectstart fires whenever a user clicks on an editable region
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 60424
  Show dependency treegraph
 
Reported: 2011-05-06 18:01 PDT by Ryosuke Niwa
Modified: 2011-05-09 18:08 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 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