JohnMcLear / ep_citation

Ability to drag citations(content) in from another window and drop them into an Etherpad
Other
3 stars 1 forks source link

Drag and Drop Citations into Etherpad.

Citations can be provided as evidence, quotes etc (todo)

How this works

The problem..

When dropping into contentEditable from another Window or parent weird behavior happens. Instead of the rep being updated with the actual caret location a fake caret is drawn on the screen. This means that Etherpad can't get the correct caret location of the drop event.

How do we solve this problem?

Quirks I had to work around