[webkit-reviews] review requested: [Bug 18662] Extend keyboard navigation : [Attachment 20923] Add directional navigation to WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 2 07:33:16 PDT 2008


Marco Barisione <marco.barisione at collabora.co.uk> has asked  for review:
Bug 18662: Extend keyboard navigation
http://bugs.webkit.org/show_bug.cgi?id=18662

Attachment 20923: Add directional navigation to WebCore
http://bugs.webkit.org/attachment.cgi?id=20923&action=edit

------- Additional Comments from Marco Barisione
<marco.barisione at collabora.co.uk>
I set the review ? flag because I need a review and some help but the patch is
not ready to be committed as is.

Some comments:
1) realLocation() is just an hack, I didn't find a better way to do it and atm
it doesn't work with iframes. I tried with RenderObject::absolutePosition() but
it returns the position of the block containing an <a>, not of the link itself.

2) I added new values to FocusDirection and then we have only one public method
to move focus, but it just calls two different private methods based on the
direction. Is it better to have 2 different public methods?


More information about the webkit-reviews mailing list