Bug 35875

Summary: Layout Tests for Spatial Navigation (followup'ing: Extend keyboard navigation to allow directional navigation)
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: AccessibilityAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal CC: alp, aroben, caryclark, dglazkov, emacemac7, eric, gavin.sharp, gustavo, gyuyoung, hamaji, hausmann, jchaffraix, jdiggs, jesus, joone, joseph.ligman, kenneth, laszlo.gombos, michael, simon.fraser, skyul, tonikitoo, webkit.review.bot, xan.lopez, yael
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 18662    
Bug Blocks:    
Attachments:
Description Flags
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation
none
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations
none
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation
none
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation none

Description Antonio Gomes 2010-03-08 11:44:50 PST
+++ This bug was initially created as a clone of Bug #18662 +++

The core patch has landed (see https://bugs.webkit.org/show_bug.cgi?id=18662#c74). THe Layout tests have not landed though (see attachment https://bugs.webkit.org/attachment.cgi?id=49076), but two (r55577 and r55578).

I am cloning bug 18662 here to track the missing Layout Testes landing.
Comment 1 Antonio Gomes 2010-03-08 19:33:49 PST
Created attachment 50271 [details]
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation
Comment 2 Antonio Gomes 2010-03-08 19:35:44 PST
Created attachment 50272 [details]
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations
Comment 3 Antonio Gomes 2010-03-08 19:37:01 PST
Created attachment 50273 [details]
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation
Comment 4 Antonio Gomes 2010-03-08 19:41:21 PST
Created attachment 50274 [details]
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation

Adds a manual tests for the Spatial Navigation feature comprasing varios Html focusable elements (e.g. <a>, <table>, <iframe>) and much of the logic
provided by the feature.
Comment 5 Dave Hyatt 2010-03-10 10:57:10 PST
Comment on attachment 50274 [details]
(committed in r55797) patch_4 - v0.1 - manual tests for Spatial Navigation

r=me
Comment 6 Dave Hyatt 2010-03-10 10:57:36 PST
Comment on attachment 50271 [details]
(committed in r55794) patch_1 v0.1 - tests the fully aligned procedence logic of Spatial Navigation

r=me
Comment 7 Dave Hyatt 2010-03-10 10:57:55 PST
Comment on attachment 50272 [details]
(committed in r55795) patch_2 v0.1 - tests unit overflow during Spatial Navigation algorithm calculations

r=me
Comment 8 Dave Hyatt 2010-03-10 10:58:18 PST
Comment on attachment 50273 [details]
(committed in r55796) patch_3 v0.1 - tests iframe traversal by Spatial Navigation

r=me
Comment 9 Antonio Gomes 2010-03-10 12:20:03 PST
Tests landed: thx Dave