Opened 8 years ago
Closed 8 years ago
#17039 closed Bug (duplicate)
Switch from wysiwyg and click behind textarea inside table - Chrome hangs
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Chrome | Cc: |
Description (last modified by )
Steps to reproduce
- Open e.g. replacebycode.html sample and switch to source mode
- Paste below code
- Switch to wysiwyg
- 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 (4)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
It seems this issue is not related to textarea only but other form elements as well. I'm closing this one as a duplicate of #17003.
NOTE: It is possible to create table with textarea in wysiwyg mode and then clicking behind the textarea. It will work in that case but as soon as you switch to source, next wysiwyg and then to click behind the textarea, browser will hung.