Bug 100271

Summary: Programmatically-inserted text lacks accessibility events
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: apinheiro, mario
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 25531    
Attachments:
Description Flags
test case
none
event listener none

Description Joanmarie Diggs 2012-10-24 11:24:43 PDT
Created attachment 170435 [details]
test case

Steps to reproduce:

1. Launch the attached test case.
2. Launch the attached event listener in a terminal
3. Type some text or html in the text entry at the bottom
4. Press the various push buttons to insert or append the text into the textarea or list item

Expected result: At step 4, text-changed events with the would be seen.
Actual result: At step 4, no text-changed events are seen.

Additional note: in the case of Gtk, the events should also have the 'system' suffix because the text is not being inserted directly by the user (i.e. by typing or pasting).
Comment 1 Joanmarie Diggs 2012-10-24 11:25:27 PDT
Created attachment 170437 [details]
event listener
Comment 2 Joanmarie Diggs 2012-10-24 11:26:38 PDT
(I'm working on this and have already done the bulk of it.)
Comment 3 Mario Sanchez Prada 2013-10-24 02:03:32 PDT
(In reply to comment #2)
> (I'm working on this and have already done the bulk of it.)

Would you mind sharing the WIP patch you have here? I'd like to take a look to it, if possible.
Comment 4 Joanmarie Diggs 2013-10-24 05:43:15 PDT
Might have it in dropbox somewhere. Sorry about that. Things just keep "coming up" that compete for my attention and time. In the meantime, I don't want to block you on this.