Bug 147737

Summary: AX: AXLoadComplete that comes before AX API access won't fire
Product: WebKit Reporter: Doug Russell <d_russell>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white, simon.fraser, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Doug Russell 2015-08-06 11:54:56 PDT
If a notification, specifically AXLoadComplete, should fire, but no accessibility APIs have been accessed yet, accesssibilityEnabled() will be false and the notification won't fire.
Comment 1 Doug Russell 2015-08-06 12:04:55 PDT
Created attachment 258383 [details]
Patch
Comment 2 WebKit Commit Bot 2015-08-06 13:40:50 PDT
Comment on attachment 258383 [details]
Patch

Clearing flags on attachment: 258383

Committed r188055: <http://trac.webkit.org/changeset/188055>
Comment 3 WebKit Commit Bot 2015-08-06 13:40:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Simon Fraser (smfr) 2015-08-06 16:48:28 PDT
This patch broke layout tests:
https://build.webkit.org/results/Apple%20Mavericks%20Release%20WK1%20(Tests)/r188057%20(16777)/results.html

Please fix.
Comment 5 Doug Russell 2015-08-06 16:59:46 PDT
(In reply to comment #4)
> This patch broke layout tests:
> https://build.webkit.org/results/Apple%20Mavericks%20Release%20WK1%20(Tests)/
> r188057%20(16777)/results.html
> 
> Please fix.

investigating now
Comment 6 Doug Russell 2015-08-06 19:47:49 PDT
Prepping a patch. Tracking it with https://bugs.webkit.org/show_bug.cgi?id=147763.