Issue 1914: dept of housing site error: auto drop-down menus http://code.google.com/p/chromium/issues/detail?id=1914
Comment #5 by [EMAIL PROTECTED]: In this test case, the top positioning of the sub-menu is calculated by getting the y-position of the hovered image and adding some offset. The y-position is the value of event.target.y In Firefox, event.target.y = 0. Safari and Chrome is 192 because the parent of the image (in this case, a <div>) has a top positioning of 192px. Reduced testcase can be found at: (see attached testcases) http://go/reductions/1914/test_simple.html original testcase is in: http://go/reductions/1914/test_quirks.html NOTE: test_simple.html doesn't work in IE as it uses some other method to calculate the y-position of the image. Bug file upstream to webkit https://bugs.webkit.org/show_bug.cgi?id=21976 Attachments: 1914.zip 4.9 KB Issue attribute updates: Status: Available Labels: has-reduction reported-to-webkit -- 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 chromium-bugs@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---