[Webkit-unassigned] [Bug 33364] [Chromium] Should not select a word on right-click in editable text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 04:22:37 PST 2010


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


TAMURA, Kent <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Chromium] Should not       |[Chromium] Should not
                   |select a word on            |select a word on
                   |right-click                 |right-click in editable
                   |                            |text




--- Comment #5 from TAMURA, Kent <tkent at chromium.org>  2010-01-11 04:22:33 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > I could have sworn we already had code around this?  I could have sworn several
> > other bugs relating to this have already gone by.
> > 
> > A quick search I found bug 20363 and bug 23351 which look related, but are not
> > the ones I was thinking of.
> 
> Eric is thinking of bug 15279.  This patch is for editable text areas.

Yes, this patch is for editable.
Bug#20363 was a fix for a curious behavior for non-editable, Bug#23351 is a
follow-up of Bug#15279, and Bug#15279 disabled right-click-selection for
non-editable. Chromium still have right-click-selection for editable.

> Does this still allow you to correct misspelled words if they are not selected?

No. With this patch, the context menu shows spell corrections only if there is
already selected text.  I'm not sure we can replace a non-selected word by the
spell checker. I'll check it later.

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