[Webkit-unassigned] [Bug 16118] Selection must be always visible when designMode="on"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 14:15:40 PDT 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Mac OS X 10.4               |All
                 CC|                            |ap at webkit.org




--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2011-05-25 14:15:40 PST ---
I suggest separating discussion of revealing caret and revealing non-caret selection. We do the former in most cases (like when pasting or using arrow keys), so it's an easier question to answer if we need that for programmatically moved caret.

Revealing any programmatically changed selection is a bit more questionable. For example, what if a script performs search and replace, changing the selection each time? Will we want to waste time displaying every state? I'm sure there are more cases like this.

At the same time, I am not aware of any reasons for limiting the discussion to designMode="on".

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