[Webkit-unassigned] [Bug 25898] [Gtk] object:text-changed events should be emitted for entries and password text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 22:56:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=25898





--- Comment #14 from chris fleizach <cfleizach at apple.com>  2010-07-14 22:56:11 PST ---

> > If however, GTK needs more explicit information then your method of adding accessibility calls in each specific place is a reasonable approach, but I think you should either
> > a) make specific methods for each type of text iteration in AXObjectCache that handles it
> > b) make a new kind of AXNotification for each type of thing you need
> >     if need be, you might have to add a parameter argument to one of the postNotification methods
> > 
> > i'd just like to see the code be in a common WebCore method so that other platforms could use if necessary
> 
> I'm not really sure about what you mean with the points above... could you ellaborate a bit more on them?
> 

If sending out a ValueChange notification alone is not sufficient, I recommend putting

void AppendNodeCommand::notifyAccessibility(bool isUndo)

inside of AXObjectCache

then having the GTK specific code live in either AXObjectCacheGTK or AccessibilityObjectGTK


> Thanks in advance

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list