[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
Tue Sep 7 13:17:48 PDT 2010


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





--- Comment #71 from Mario Sanchez Prada <msanchez at igalia.com>  2010-09-07 13:17:47 PST ---
(In reply to comment #68)
> Can someone explain to me (ideally in the ChangeLog) why Gtk is the only platform to need 
> this change?  How do mac/win accomplish similar AX-related feats?

I don't know about win, but in Mac it works completely different so there's no need to emit some values with the signal (count and offset) as just emitting the signal would be enough (see Chris's explanation in comment #12).

But for the GTK port, if we want to provide an ATK-compliant solution, these changes are needed in order to emit that extra info along with the signal, so the AT technologies can be aware of exactly which parts of the text have changed.

-- 
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