Bug 130883 - Web Inspector: AXI: need a way for WebCore-triggered accessibility notifications to update the Web Inspector UI
Summary: Web Inspector: AXI: need a way for WebCore-triggered accessibility notificati...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: James Craig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-27 19:30 PDT by James Craig
Modified: 2016-12-13 15:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2014-03-27 19:30:56 PDT
Web Inspector: AXI: need a way for WebCore-triggered accessibility notifications to update the Web Inspector UI.

For example, If an element's selected children changes, or child node is shown, the children or selected children values change. However, the accessibility node inspector does not update unless some content attribute is updated, We basically need a way for AccessibilityObject changes that don't affect the DOM to cause _refreshAccessibility() to be called.
Comment 1 Radar WebKit Bug Importer 2014-03-27 19:31:12 PDT
<rdar://problem/16453013>
Comment 2 Timothy Hatcher 2014-03-27 20:42:02 PDT
An event in the protocol can be added to trigger a refresh in the UI.