Bug 138776 - AX: [ATK] REGRESSION(r166288): Accessible values are no longer accessible via AT-SPI2
Summary: AX: [ATK] REGRESSION(r166288): Accessible values are no longer accessible via...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-16 04:57 PST by Joanmarie Diggs
Modified: 2014-11-16 09:13 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.88 KB, patch)
2014-11-16 05:16 PST, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2014-11-16 04:57:03 PST
This commit http://trac.webkit.org/changeset/166288 was a bit too enthusiastic:

#if ATK_CHECK_VERSION(2,11,92)
   (new API)
#else
   (old API)
#end

Turns out that AT-SPI2 doesn't yet support the new AtkValue API. [1] As a result, r166288 broke access to all WebKitGtk value widgets for AT-SPI2 ATs. :(

[1] https://bugzilla.gnome.org/show_bug.cgi?id=740207
Comment 1 Joanmarie Diggs 2014-11-16 05:16:05 PST
Created attachment 241681 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2014-11-16 05:16:17 PST
<rdar://problem/18995904>
Comment 3 Radar WebKit Bug Importer 2014-11-16 05:16:22 PST
<rdar://problem/18995905>
Comment 4 WebKit Commit Bot 2014-11-16 09:13:17 PST
Comment on attachment 241681 [details]
Patch

Clearing flags on attachment: 241681

Committed r176163: <http://trac.webkit.org/changeset/176163>
Comment 5 WebKit Commit Bot 2014-11-16 09:13:22 PST
All reviewed patches have been landed.  Closing bug.