[Webkit-unassigned] [Bug 121904] REGRESSION (r156338-r156381) Links / interactive elements inside nested tables are unclickable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 25 06:26:54 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121904
--- Comment #1 from Antti Koivisto <koivisto at iki.fi> 2013-09-25 06:25:55 PST ---
Looks like I lost a ! here:
- if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer()) {
- LayoutPoint childPoint = flipForWritingModeForChild(toRenderBox(child), adjustedLocation);
- if (child->nodeAtPoint(request, result, locationInContainer, childPoint, action)) {
+ if (row->hasSelfPaintingLayer()) {
I think this might be it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list