[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 15:07:57 PDT 2010


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





--- Comment #4 from Xan Lopez <xan.lopez at gmail.com>  2010-06-24 15:07:57 PST ---
(In reply to comment #3)
> 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.

Right, this is how I understood the patch but wanted to double-check it was intentional. I don't think there's such a thing as a text inserting caret command, no :)

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