Opened 8 years ago

Last modified 8 years ago

#14767 confirmed Bug

Browser becomes unresponsive at the input of the multi-byte character — at Initial Version

Reported by: yuicom Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3
Keywords: IE11 Cc:

Description

Page crashed when typing multi-byte characters( Japanese in my test ) after hitting enter key in any cell.

Steps to reproduce

  1. Paste this HTML in source mode.

<table align="left" border="1" cellpadding="1" cellspacing="1" style="width:100%" summary=""> <caption> <p style="text-align: left;">sample</p> </caption> <tbody> <tr> <td style="height:auto; width:13%">sample</td> <td style="height:auto; width:85%">sample</td> </tr> <tr> <td style="height:auto; width:13%">sample</td> <td style="height:auto; width:85%">sample</td> </tr> <tr> <td style="height:auto; width:13%">sample</td> <td style="height:auto; width:85%">sample</td> </tr> </tbody> </table>

<p>&nbsp;</p>

  1. Change to WYSIWYG mode.
  1. Try to input multi-byte characters in any cell.

Expected result

Multi-byte characters are normally input.

Actual result

Page crashed and reloaded with message said: web page is not responding.

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

Happened on Windows7 + IE11 and Windows8 + IE11.

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