guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.5k stars 245 forks source link

Edge compatibility #513

Open danburzo opened 7 years ago

danburzo commented 7 years ago

Hi, has anyone tried to tackle Microsoft Edge compatibility? Right now the demo behaves erratically on Edge (testing on 15.15063). I'd like to look into it, but would appreciate any pointers.

danburzo commented 7 years ago

I narrowed it down to this combination of placeMarkers() and selectMarkers() in pushHistory:

https://github.com/guardian/scribe/blob/f60e071ad14de66d5646d78af51feba188030fdb/src/scribe.js#L180-L182

Commenting them out fixes the Edge problem, now investigating what's tripping it up.