Opened 9 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
- 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> </p>
- Change to WYSIWYG mode.
- 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.