Bug 20497 - Cannot run accessibility layout tests on Windows
Summary: Cannot run accessibility layout tests on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-24 05:38 PDT by Jon Honeycutt
Modified: 2012-04-09 14:27 PDT (History)
0 users

See Also:


Attachments
Initial pass (22.35 KB, patch)
2008-08-24 05:43 PDT, Jon Honeycutt
no flags Details | Formatted Diff | Diff
Make AccessibilityController::focusedElement work (1.78 KB, patch)
2008-08-24 05:46 PDT, Jon Honeycutt
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2008-08-24 05:38:30 PDT
AccessibilityController is not yet implemented on Windows.
Comment 1 Jon Honeycutt 2008-08-24 05:43:11 PDT
Created attachment 22962 [details]
Initial pass

Initial pass.
Comment 2 Jon Honeycutt 2008-08-24 05:46:31 PDT
Created attachment 22963 [details]
Make AccessibilityController::focusedElement work

Calling get_accFocus on the root accessible object won't return the focused object, because AccessibleBase::get_accFocus erroneously checks whether the focused object is a child of the object.
Comment 3 Jon Honeycutt 2008-08-24 05:59:24 PDT
Committed in r35903, r35904.
Comment 4 Mark Rowe (bdash) 2008-09-03 16:56:38 PDT
Comment on attachment 22962 [details]
Initial pass

Clearing due to this having been landed.
Comment 5 Mark Rowe (bdash) 2008-09-03 16:56:50 PDT
Comment on attachment 22963 [details]
Make AccessibilityController::focusedElement work

Clearing as this has been landed.
Comment 6 Jon Honeycutt 2012-04-09 14:27:33 PDT
These tests have run on Windows for some time.