[Webkit-unassigned] [Bug 16135] [GTK] Support caret browsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 15:39:25 PDT 2009


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





------- Comment #25 from joanmarie.diggs at gmail.com  2009-04-26 15:39 PDT -------
(In reply to comment #24)
> That's indeed still missing :)

No worries. Just checking. Some of the patches didn't apply cleanly to trunk
(due to changes with spell checking iirc) so I had to do some hand-patching. I
wanted to rule out the all-too-likely possibility of user error. :-)

Other observations, which I'll jot down here for now:

* Need support for Home, End, Ctrl+Home, Ctrl+End

* Need (additional) support for selection via Shift + the above. Interestingly
enough, this seems to have been implemented once something is already selected.
(i.e. if you Shift + Right, Shift+Home, Shift+End, Shift+Ctrl+Home, and
Shift+Ctrl+End start working as expected. They just fail when nothing is
already selected.)

* In addition to the caret-moved events, I'm not seeing text-selection-changed
events when selecting/unselecting text.

* What are your thoughts/plans w.r.t. emitting focus: events when focus
changes? I am seeing the object:state-changed:focused events now (yea!) but not
focus: events. To be honest, I'm not sure how critical they are. I'm just used
to seeing them in other apps. I'll leave it to Will to comment on that.

That said.... This is still awesome progress. Thanks again! And let me know if
you want new bugs filed for any/all of the above.


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



More information about the webkit-unassigned mailing list