Opened 12 years ago

Last modified 12 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:

  1. Put ajax2.html in _samples folder
  2. Open it in a browser.
  3. 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)

two_editors.swf (1.1 MB) - added by Jakub Ś 12 years ago.
ajax2.html (3.2 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Changed 12 years ago by Jakub Ś

Attachment: two_editors.swf added

Changed 12 years ago by Jakub Ś

Attachment: ajax2.html added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy