Opened 7 years ago

Last modified 7 years ago

#17039 closed Bug

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

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

Description (last modified by Jakub Ś)

Steps to reproduce

  1. Open e.g. replacebycode.html sample and switch to source mode
  2. Paste below code
  3. Switch to wysiwyg
  4. Click behind textarea
<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 (2)

comment:1 Changed 7 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 7 years ago by Jakub Ś

Description: modified (diff)
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