Bug 57398 - AX: WK2: When creating the window remote token, use what's returned from accessibility
Summary: AX: WK2: When creating the window remote token, use what's returned from acce...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-03-29 16:08 PDT by chris fleizach
Modified: 2011-03-29 17:55 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.83 KB, patch)
2011-03-29 16:10 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2011-03-29 16:08:01 PDT
In WK2, we need to make a remote token for the window element.

Currently, we ask for [self window] in WKView. However, this doesn't allow us to override what window is used in accessibility for that specific WKView

In the case of Safari reader, we want accessibility to return the browser window, instead of the reader window.
Comment 1 chris fleizach 2011-03-29 16:08:12 PDT
rdar://9205657
Comment 2 chris fleizach 2011-03-29 16:10:24 PDT
Created attachment 87425 [details]
patch
Comment 3 chris fleizach 2011-03-29 17:55:00 PDT
http://trac.webkit.org/changeset/82372