[webkit-reviews] review denied: [Bug 11678] [S60] tabbing
navigation skips over text content : [Attachment 11608]
tabbing navigation fix
bugzilla-request-daemon at macosforge.org
bugzilla-request-daemon at macosforge.org
Sun Nov 26 13:41:49 PST 2006
Zalan Bujtas <zbujtas at gmail.com> has denied Zalan Bujtas <zbujtas at gmail.com>'s
request for review:
Bug 11678: [S60] tabbing navigation skips over text content
http://bugs.webkit.org/show_bug.cgi?id=11678
Attachment 11608: tabbing navigation fix
http://bugs.webkit.org/attachment.cgi?id=11608&action=edit
------- Additional Comments from Zalan Bujtas <zbujtas at gmail.com>
in getNewTabbedCursorPosition, you use the same variable name (as the parameter
of this function) to call the subframe's getNewTabbedCursorPosition. is it
intentional? as with this setup your nodeIndex remains -1 even if it is set to
something else in the subframe call.
int nodeIndex = -1;
bool foundInFrame = foundFrame->getNewTabbedCursorPosition(lr,tb,nodeIndex);
in tabbedNavigation, it looks to me that nodeIndex can be easily -1 and that
crashes on the following line
QRect foundRect = (*_focusableNodeList)[nodeIndex];
and please remove the FIXME comment
More information about the webkit-reviews
mailing list