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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 10:47:55 PDT 2008


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

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

------- Additional Comments from Marco Barisione
<marco.barisione at collabora.co.uk>
Updated patch. You can test it with CTRL-LEFT/RIGHT/UP/DOWN.

The algorithm I use to select the closes link in a given direction is not
perfect but seems to work better than the one used for instance by mozilla on
the Nokia N810 Internet Tablets. The main problem with every algorithm is that
the layout of a page is very different for the grid-like layouts normally used
for user interfaces.


More information about the webkit-reviews mailing list