Chromium Code Reviews
DescriptionDon't change selection if some texts were already selected.
This patch changes the behavior of right click for a textarea.
Before this patch, right click changes the selection like:
"chr**ome" => "*chrome*"
"c*hro*me" => "*chrome*"
"chr*ome *" => "*chrome* "
"* chrome *" => " *chrome* "
"*:chrome:*" => ":*chrome*:"
"*chrome browser*" => "*chrome browser*" (no change)
where characters enclosed by asterisks are selected.
After this patch, only the first change happens
(i.e., no texts were selected).
BUG=7297
Patch Set 1 #Patch Set 2 : '' #
Total comments: 2
Patch Set 3 : '' #Messages
Total messages: 7 (0 generated)
|