Bug 79084 - [GTK] REGRESSION: r108278 broke some tests that expect focus
Summary: [GTK] REGRESSION: r108278 broke some tests that expect focus
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 00:04 PST by Martin Robinson
Modified: 2012-03-05 09:50 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.30 KB, patch)
2012-03-04 20:12 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2012-02-21 00:04:54 PST
http://trac.webkit.org/changeset/108278 removed an explicit gtk_widget_grab_focus from WebCore. This broke the following layout tests:

fast/images/imagemap-focus-ring-zoom-style.html
fast/forms/number/input-number-events.html
fast/events/tabindex-focus-chain.html
fast/events/tab-focus-hidden.html
fast/events/tab-focus-anchor.html
fast/events/media-element-focus-tab.html
fast/events/keypress-insert-tab.html
fast/images/imagemap-focus-ring-zoom-style.html
editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html
Comment 1 Martin Robinson 2012-03-04 20:12:08 PST
Created attachment 130047 [details]
Patch
Comment 2 Martin Robinson 2012-03-05 00:29:07 PST
Committed r109719: <http://trac.webkit.org/changeset/109719>