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 Inspector | Assignee: | 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 | ||
James Craig
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16453013>
Timothy Hatcher
An event in the protocol can be added to trigger a refresh in the UI.