You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mouse drag: selectionchange first and then select.
Shift+arrow keys on keyboard: select first and then selectionchange.
Selection setter APIs e.g. selectionStart: select first on Gecko, no consistency on Blink (it's racy).
The mouse drag case fires multiple selectionchanges and then a select event at mouseup. I think selectionchange events should be fired before select events to keep it that way.