Bug 25374

Summary: AX: No AXValue change sent when text is auto-inserted
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch to send AXValue change
bdakin: review+
update patch darin: review+

Description chris fleizach 2009-04-24 13:17:42 PDT
When text is automatically inserted into text fields, WebKit is not sending out a AXValueChanged notification
Comment 1 chris fleizach 2009-04-24 13:37:57 PDT
Created attachment 29759 [details]
patch to send AXValue change
Comment 2 chris fleizach 2009-04-24 13:39:42 PDT
No layout tests because we don't have a way to listen for notifications in DumpRenderTree
Comment 3 Beth Dakin 2009-04-27 12:34:45 PDT
Comment on attachment 29759 [details]
patch to send AXValue change

r=me
Comment 4 chris fleizach 2009-04-27 12:49:39 PDT
http://trac.webkit.org/changeset/42902
Comment 5 chris fleizach 2009-04-27 15:10:34 PDT
that patch broke a few regression tests. attaching much more specific patch
Comment 6 chris fleizach 2009-04-27 15:12:18 PDT
Created attachment 29831 [details]
update patch
Comment 7 chris fleizach 2009-04-27 15:34:54 PDT
fixed
http://trac.webkit.org/changeset/42908