Issue 3862: (event.target)'s 'x' and 'y' values are causing the content to be off from the actual position http://code.google.com/p/chromium/issues/detail?id=3862
Comment #3 by [EMAIL PROTECTED]: The x and y values returned for a target event(event.target.x and event.target.y) for Webkit differ from that of FF which is causing the issue x = event.target.x; //Webkit returns 20 and FF returns 0 y = event.target.y; //Webkit returns 180 and FF returns 0 Reductions ----------- http://go/reductions/3862/mytest-standard.html http://go/reductions/3862/mytest-quirks.html Attachments: mytest.standard.html 1.2 KB mytest-quirks.html 1.1 KB Issue attribute updates: Summary: (event.target)'s 'x' and 'y' values are causing the content to be off from the actual position Status: Untriaged Labels: -Area-Misc Area-Compat Has-Reduction Webkit-specific v-154.9 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
