Opened 7 years ago

Last modified 7 years ago

#17039 closed Bug

Switch from wysiwyg and click behind textarea inside table - Chrome hangs — at Initial Version

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Chrome Cc:

Description

Steps to reproduce

  1. Open e.g. replacebycode.html sample and switch to source mode
  2. Paste below code
  3. Switch to wysiwyg
<table border="1" cellpadding="0" cellspacing="0" style="width:500px">
 <tbody>
  <tr>
      <td><textarea></textarea></td>
  </tr>
 </tbody>
</table>

Expected result

Cursor is blinking behind the textarea.

Actual result

Browser tab hangs (it is especially painful in Windows because you can't even close the tab).

Other details (browser, OS, CKEditor version, installed plugins)

Problem can be reproduced only in Chrome (Windows and Mac) at least from CKEditor 4.0.

Change History (0)

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