guardian / scribe

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

Dropping drops at end of content (rather than at caret) #447

Open timmyg opened 8 years ago

timmyg commented 8 years ago

I am using SirTrevor which uses Scribe internally. I have it to the point where if you drag a tag in from the outside, it successfully drops into the contenteditable area, but it always drops at the end. I have a feeling it might be dropping at the end of the

that is generated internally by Scribe. Any thoughts/ideas for a way to hack around this?

http://codepen.io/timmyg/pen/adOPbp

Thanks!

timmyg commented 8 years ago

Seems related to #411

timmyg commented 8 years ago

any thoughts/suggestions?