[Webkit-unassigned] [Bug 12591] REGRESSION: JavaScript tooltip is in wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 14:41:59 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12591





------- Comment #2 from darin at apple.com  2007-02-06 14:41 PDT -------
Here's the code from the site:

                       
showToolTip((evt.clientX+(browser.isSafari?0:window.scrollX))+10,
(evt.clientY+(browser.isSafari?0:window.scrollY))+10, txt);

The issue is simply that this internal site had a special case to work around a
Safari bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list