[webkit-reviews] review requested: [Bug 48393] Spatial Navigation: Cannot focus on some ContainerNode : [Attachment 73779] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 14:27:11 PST 2010


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 48393: Spatial Navigation: Cannot focus on some ContainerNode
https://bugs.webkit.org/show_bug.cgi?id=48393

Attachment 73779: Patch
https://bugs.webkit.org/attachment.cgi?id=73779&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
ContainerNode::getLowerRightCorner() assumes that the lowest right corner of
its last child is its own lowest right corner. If that child is an empty text
node after an image, it does not have size and position information, so we
should go to the previous child.


More information about the webkit-reviews mailing list