#5684 closed Bug (fixed)
Cursor disappears
| Reported by: | Shaun | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | Core : Pasting | Version: | 3.2.1 |
| Keywords: | Firefox | Cc: | tbori@… |
Description
When using the forcePasteAsPlainText option, the cursor disappears after pasting into the editor.
http://www.simshaun.com/ckeditor/3.2.1-cursor-bug-papt.php
- Copy the text from the textarea.
- Click the WYSIWYG content area.
- Ctrl+V. Notice your cursor disappears!
The bug occurs in FireFox 3.6.3 and 3.6 (probably earlier versions as well). It works fine in Chrome 4.1, Win Safari 4, and IE7.
Attachments (2)
Change History (15)
comment:1 Changed 15 years ago by
| Keywords: | Confirmed Firefox added |
|---|
comment:2 Changed 15 years ago by
| Cc: | tbori@… added |
|---|---|
| Version: | 3.2.1 → 3.3 |
Confirmed in FF 3.6, with CKEditor version 3.3. (Perheps similar to the already solved problem in the maximize plugin, reported in Ticket #5149 .)
comment:3 Changed 15 years ago by
| Version: | 3.3 → 3.2.1 |
|---|
Changed 15 years ago by
| Attachment: | 5684.patch added |
|---|
comment:5 Changed 15 years ago by
| Milestone: | → CKEditor 3.5 |
|---|---|
| Owner: | set to Garry Yao |
| Status: | confirmed → review |
comment:6 Changed 15 years ago by
| Milestone: | CKEditor 3.5 → CKEditor 3.4.3 |
|---|
comment:7 Changed 15 years ago by
| Milestone: | CKEditor 3.4.3 → CKEditor 3.5.1 |
|---|---|
| Status: | review → review_failed |
In a clean editor, I've having the "editor.focusGrabber is undefined" error on the first pasting attempt. It works properly after that though.
Changed 15 years ago by
| Attachment: | 5684_2.patch added |
|---|
comment:9 Changed 15 years ago by
| Status: | review_failed → review |
|---|
comment:10 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:11 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6302].
comment:12 Changed 14 years ago by
| Keywords: | NeedsTest added |
|---|

Confirmed on trunk also.