Opened 13 years ago
Last modified 13 years ago
#8576 confirmed Bug
Editor stays on page if removed quickly enough in AJAX sample which results in two editors on one page
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description
To reproduce:
- Put ajax2.html in _samples folder
- Open it in a browser.
- Click Create Instance button.
Result:
You will have two editors on page but only one can be hidden/shown.
In ajax2.html I have added this code.
<script type="text/javascript"> createEditor(); removeEditor(); </script>
Perhaps this is not very common scenario:) but it is also possible to reproduce it manually. If you click Create and Destroy buttons quickly enough you will get two editors as well (See two_editors.swf).
Attachments (2)
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
Changed 13 years ago by
Attachment: | two_editors.swf added |
---|
Changed 13 years ago by
Attachment: | ajax2.html added |
---|