Bug 100646

Summary: [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
Product: WebKit Reporter: Raphael Kubo da Costa (:rakuco) <rakuco>
Component: WebKit EFLAssignee: Raphael Kubo da Costa (:rakuco) <rakuco>
Status: RESOLVED FIXED    
Severity: Normal CC: d-r, gyuyoung.kim, kenneth, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

Description Raphael Kubo da Costa (:rakuco) 2012-10-29 02:39:02 PDT
As per <https://bugs.webkit.org/show_bug.cgi?id=100010#c5>:

--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/frame-tab-focus-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/events/frame-tab-focus-actual.txt
@@ -1,6 +1,8 @@
 This page tests tabbing between subframes. To test, click on this text to focus the main window. Then press Tab 7 times, then Shift-Tab 7 times, which should move focus forward and backward through all inputs and frames. Then press Option-Tab 11 times and Shift-Option-Tab 11 times, which should move focus forward and backward through all inputs, frames, and links.

            [tabindex of one] [tabindex of three] [tabindex of two] [tabindex of three]
+main window: window blurred
+main window: window focused
 Tabbing forward...

 main window: INPUT #2 (tabindex=2) focused
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-29 07:03:49 PDT
Created attachment 171240 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-10-29 07:23:33 PDT
Committed r132796: <http://trac.webkit.org/changeset/132796>