Ticket #147 (closed defect: fixed)
Problems when executing wym.update() while the html view is used
Reported by: | jan | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | editor | Version: | trunk |
Keywords: | Cc: |
Description
I'm executing wym.update() using an javascript interval because I want to save the content of the textarea.
When the command is executed while using the html view there is some strange behaviour:
- the contents which aren't synchronised to the normal editing area of WYMeditor will get lost (this happens when pressing a key for a long time or editing markup)
- the cursor will jump to the end of the html textarea
Change History
comment:2 Changed 3 years ago by jan
I've now set up a test page on http://cms-db.de/wymeditor-bug-147/.
Note: See
TracTickets for help on using
tickets.
Can't reproduce this bug. Do you have a test page? Thanks.