needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

Restore selection in contentEditable #45

Open tje3d opened 6 years ago

tje3d commented 6 years ago

execCommand in replaceText wont trigger mouseup or keyup and that's why we lose caret

Closes #39

g-viet commented 6 years ago

👍 I got stuck into this bug. Thank you !

g-viet commented 6 years ago

ref https://github.com/tje3d/wdt-emoji-bundle/pull/1

g-viet commented 6 years ago

@tje3d It does not work in Safari. In Safari, I guess when focus event is triggered, window.getSelection() take no range, window.r angeCount = 0, then it can not update range.