[Webkit-unassigned] [Bug 20443] Certain parts of link are not clickable when there is frameset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 07:29:42 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20443





------- Comment #4 from bgarcia at google.com  2008-08-27 07:29 PDT -------
Created an attachment (id=23030)
 --> (https://bugs.webkit.org/attachment.cgi?id=23030&action=view)
Fix for bug.  Not yet ready for submitting.

Here is the fix.

The problem was that the interior frameset was saying that the mouse was over
one of the borders, and therefore resizable (because the Y-position matched,
and we didn't check the X-position because of the use of OR instead of AND). 
Then we wouldn't bother checking the left frame, which is where the mouse was
actually located.

I could still use some help developing a test for this, if someone doesn't mind
holding my hand.  The window.eventSender stuff isn't working.


-- 
Configure bugmail: https://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