Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Edge compatibility #513

Open
danburzo opened this issue Sep 12, 2017 · 1 comment
Open

Edge compatibility #513

danburzo opened this issue Sep 12, 2017 · 1 comment

Comments

@danburzo
Copy link
Contributor

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
Copy link
Contributor Author

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

scribe/src/scribe.js

Lines 180 to 182 in f60e071

selection.placeMarkers();
var content = scribe.getHTML();
selection.removeMarkers();

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant