Bug 118743

Summary: no click triggered on element if inner text node is positioned on mouse down
Product: WebKit Reporter: Yuri Tkachenko <yuri>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.8   
URL: http://jsfiddle.net/J4Kkx/
See Also: https://bugs.webkit.org/show_bug.cgi?id=278150
Attachments:
Description Flags
screencast for this bug none

Yuri Tkachenko
Reported 2013-07-16 11:52:22 PDT
Created attachment 206802 [details] screencast for this bug sorry, it is hard to explain, but -- if you will attach click handler to parent dom node -- and than on mousedown you will move a bit inner dom node -- so text node of this inner dom node, i assume, becomes like a mouseup target — than no click triggered i attached a vide and a link to jsFiddle, that represent a bug tested only on mac (Safari 6.0.5 (8536.30.1), WebKit nightly 152685, Chrome 28.0.1500.71)
Attachments
screencast for this bug (943.55 KB, application/x-shockwave-flash)
2013-07-16 11:52 PDT, Yuri Tkachenko
no flags
Yuri Tkachenko
Comment 1 2013-07-17 01:48:26 PDT
Yuri Tkachenko
Comment 2 2013-09-24 06:09:35 PDT
found workaround: http://jsfiddle.net/fwHn5/1/ to add pointer-events: none; to inner dom-node
Note You need to log in before you can comment on or make changes to this bug.