Bug 60425
Summary: | selectstart fires whenever a user clicks on an editable region | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
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