Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Copy/Paste doesn't work with Tasklist enabled #20

Open
rtfm98 opened this issue Oct 17, 2016 · 3 comments
Open

Copy/Paste doesn't work with Tasklist enabled #20

rtfm98 opened this issue Oct 17, 2016 · 3 comments

Comments

@rtfm98
Copy link

rtfm98 commented Oct 17, 2016

When installing ep_tasklist as plugin in etherpad-lite, copy & paste doesn't work anymore.
If pasting (multiple-line) text and refreshing the page, the text is gone

@KonradMil
Copy link

Hi there,

Did you manage to find a fix to this?
I managed to debug it and I think it is because when you paste the text with checkbox included it doesn't have id (example: magicdomid287) and instead it just has a class : ace-line.

I will try to fix it in a nearest future.

@ghost
Copy link

ghost commented Feb 4, 2018

The same problem by me.

@KonradMil
Copy link

I can tell you that we fixed that and from what I remember it was a matter of adding try/catch block around the code in tasklist as the problem itself relies on javascript breakdown due to null reference error.
You need to pinpoint the line where there is null reference and add try catch block around it.

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

2 participants