[whatwg] Control over selection direction

Tim Down timdown at gmail.com
Fri Jan 14 03:53:39 PST 2011


On 14 January 2011 11:33, Marijn Haverbeke <marijnh at gmail.com> wrote:
>> If you don't need the TextRange-like character-based modification, you
>> can instead use the selection's extend() method (supported in Mozilla,
>> WebKit and Opera for years) to create a backwards selection:
>
> Maybe that is what you meant by this not working for TextRange-like
> things, but, unfortunately, the regular selection primitives do not
> appear to treat the content of text input and textarea elements as
> separate elements. I can use this trick to create a reversed selection
> that starts at the start of the textarea, but not one starting at an
> arbitrary character.

I'm sorry, I thought you were referring to regular selections as
opposed to inputs or textareas, since you mentioned
window.getSelection(). It hadn't occurred to me to use modify() to try
and affect the selection in a textarea.

Tim



More information about the whatwg mailing list