[Webkit-unassigned] [Bug 41162] [GTK] Cannot change the selection via the keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 14:49:41 PDT 2010


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2010-06-24 14:49:41 PST ---
Yes. Before we were only allowing editor commands:

1. If the node was editable.
2. If caret browsing was enabled.

This patch enables editor commands:

1. If the commands don't insert text (includes all caret browsing commands, AFAIK).
2. The command inserts text and the node is editable.

I think this new logic is more precise. The only change that I can see is that previously a caret browsing command that inserted text (if such a beast existed) could operate on a non-editable node. I think disallowing that is a better behavior here.

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