Changeset 55794 in webkit


Ignore:
Timestamp:
Mar 10, 2010 12:08:27 PM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

Extend keyboard navigation to allow directional navigation (LayoutTests - part III)
https://bugs.webkit.org/show_bug.cgi?id=18662

Reviewed by Dave Hyatt.
Patch by Antonio Gomes <tonikitoo@webkit.org>

This patch adds two LayoutTests to ensure the correctness of the "Fully aligned"
precedence logic implemented by Spatial Navigation algorithm, either vertically or
horizontally: targets whose middle falls between the top and bottom of the current
focused element are preferably to move focus to, even if it is not the shortest distance.

  • fast/events/spatial-navigation/snav-fully-aligned-vertically.html: Added.
  • fast/events/spatial-navigation/snav-fully-aligned-horizontally.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r55783 r55794  
     12010-03-10  Antonio Gomes  <tonikitoo@webkit.org>
     2
     3        Reviewed by Dave Hyatt.
     4        Patch by Antonio Gomes <tonikitoo@webkit.org>
     5
     6        Extend keyboard navigation to allow directional navigation (LayoutTests - part III)
     7        https://bugs.webkit.org/show_bug.cgi?id=18662
     8
     9        This patch adds two LayoutTests to ensure the correctness of the "Fully aligned"
     10        precedence logic implemented by Spatial Navigation algorithm, either vertically or
     11        horizontally: targets whose middle falls between the top and bottom of the current
     12        focused element are preferably to move focus to, even if it is not the shortest distance.
     13
     14        * fast/events/spatial-navigation/snav-fully-aligned-vertically.html: Added.
     15        * fast/events/spatial-navigation/snav-fully-aligned-horizontally.html: Added.
     16
    1172010-03-05  Dimitri Glazkov  <dglazkov@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.