Bug 130883

Summary: Web Inspector: AXI: need a way for WebCore-triggered accessibility notifications to update the Web Inspector UI
Product: WebKit Reporter: James Craig <jcraig>
Component: Web InspectorAssignee: James Craig <jcraig>
Status: NEW ---    
Severity: Normal CC: graouts, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.