#4848 closed Bug (fixed)
IE: cannot type anything altghough cursor is blinking in the editing area
Reported by: | Wiktor Walc | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | 3.0.1 |
Keywords: | Confirmed IE 3.0.2 Review+ | Cc: |
Description
Happens only if you click with your mouse at the beginning of the editing area. Confirmed in IE8 @ Win XP/SS3
Steps to reproduce
- Starting with the following source:
<p>This is some <strong>sample text</strong>. You are using</p>
- switch to wysiwyg mode
- point your mouse straight before "This" and press the button
- result: cursor is blinking in the editing area, but if you type anything, it will not appear in the editor.
This bug existed also in 3.0.1, but in 3.0.1 the cursor was not visible in the editing area at all.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Keywords: | 3.0.2 added |
---|---|
Milestone: | → CKEditor 3.1 |
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 4848.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
The patch doesn't break anything for me even though I'm still unable to reproduce this bug, I would ask the Wiktor to conduct the final review.
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 15 years ago by
We have the following error after the fix:
- Load the following HTML:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px"> <tbody> <tr> <td> AAA</td> <td> BBB</td> </tr> <tr> <td> CCC</td> <td> DDD</td> </tr> <tr> <td> EEE</td> <td> FFF</td> </tr> </tbody> </table>
- Select the text in the two first rows.
- Open the context menu for the selection and select Row > Delete Rows
- Do CTRL+Z to undo. Error thrown here.
This has been fixed with [4758].
The idea comes from V2, with a different implementation.