Bug 25374 - AX: No AXValue change sent when text is auto-inserted
Summary: AX: No AXValue change sent when text is auto-inserted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 13:17 PDT by chris fleizach
Modified: 2009-04-27 15:34 PDT (History)
0 users

See Also:


Attachments
patch to send AXValue change (1.46 KB, patch)
2009-04-24 13:37 PDT, chris fleizach
bdakin: review+
Details | Formatted Diff | Diff
update patch (1.55 KB, patch)
2009-04-27 15:12 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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