UNCONFIRMED 118743
no click triggered on element if inner text node is positioned on mouse down
https://bugs.webkit.org/show_bug.cgi?id=118743
Summary no click triggered on element if inner text node is positioned on mouse down
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.