Re: [w3c/selection-api] Selection events for text controls (#53)

> I understand what's said, but it's also strange that `selectionchange` fires but `window.getSelection()` doesn't change. I don't know which is more prudent.

That is already true when call `setSelectionRange` on the input element.  The whole thing about selection in a text control is quite a bit messy but I think there are compelling use cases for wanting to know when the selection changes inside a `input` element or a `textarea` element, and firing `selectionchange` event in those elements DO address them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/53#issuecomment-250530033

Received on Thursday, 29 September 2016 17:09:34 UTC