Created attachment 193057 [details] Demo With the following markup, you can select the second canvas but not the first or the third canvas elements. <!DOCTYPE html> <html> <body> <canvas width="100" height="100" style="border: 1px solid black"></canvas> some text <canvas width="100" height="100" style="border: 1px solid black"></canvas> some more text <canvas width="100" height="100" style="border: 1px solid black"></canvas> </body> </html>
<rdar://problem/13417656>
Created attachment 193075 [details] Fixes the bug
Comment on attachment 193075 [details] Fixes the bug OK.
Committed r145788: <http://trac.webkit.org/changeset/145788>
(In reply to comment #4) > Committed r145788: <http://trac.webkit.org/changeset/145788> Just so you know, this patch caused a regression: https://code.google.com/p/chromium/issues/detail?id=244289 We are likely to revert it in Blink, and look for an alternate solution. Cheers!
FYI: this seems to break mouse up event handling on many canvas sites. See: https://code.google.com/p/chromium/issues/detail?id=244289. rniwa: was there a follow-up patch that fixed this issue?