[Webkit-unassigned] [Bug 52952] Wrong tab focused region
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 16 14:46:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=52952
--- Comment #17 from Yael <yael.aharon at nokia.com> 2011-03-16 14:46:45 PST ---
(From update of attachment 85952)
View in context: https://bugs.webkit.org/attachment.cgi?id=85952&action=review
> Source/WebCore/rendering/RenderInline.cpp:1038
> for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
> RootInlineBox* root = curr->root();
> int top = max(root->lineTop(), curr->logicalTop());
> int bottom = min(root->lineBottom(), curr->logicalBottom());
> +
> + Vector<IntRect> focusRingRects;
> + addFocusRingRects(focusRingRects, 0, 0);
addFocusRingRects should not be inside the for loop.
Do we need to have both the original for loop and addFocusRingRects ?
--
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