[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
Thu Aug 28 19:24:04 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20443
------- Comment #11 from hyatt at apple.com 2008-08-28 19:24 PDT -------
I think this check is the troublesome one:
bool inside = RenderContainer::nodeAtPoint(request, result, x, y, tx, ty,
action)
|| m_isResizing || canResize(IntPoint(x, y));
My memory of this code is hazy (I'm the one who rewrote it most recently I
guess), but I think RenderContainer::nodeAtPoint needs to be true in order for
you to check canResize.
--
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