[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
Thu Jul 8 23:51:18 PDT 2010


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





--- Comment #9 from chris fleizach <cfleizach at apple.com>  2010-07-08 23:51:18 PST ---

> (In reply to comment #7)
> > How come the existing methods that handle value changing (you can find by 
> > searching for AXValueChange) are not catching these cases?
> 
> Didn't say those methods are not handling that, I've just didn't know of them so perhaps they're working and nothing of this mess I did was needed after all. 
> I'll check it out right now as I'd be more than glad if I could find a better and not so ad-hoce solution to this problem, specially considering it touches the core, and not just the gtk layer.
>

Great. I think the existing value change notifications are pretty good chokepoints for handling text changes, but there might be missing cases.

Is this to address when you're doing something like <div contenteditable=true> and want to know text changes or does GTK have true cursor support and navigation?

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