Opened 15 years ago
Closed 15 years ago
#5461 closed Bug (fixed)
IE: Paste from Word dialog doesn't accept imput
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Dialogs | Version: | 3.2 |
Keywords: | confirmed Review+ | Cc: | satya_minnekanti@… |
Description
Confirmed with IE8 and CKEditor 3.2. Works well with the 3.1.1.
- Open the Paste from Word dialog.
- Click on the bottom part of the pasting area. The caret will disappear.
- Try putting the caret back to the pasting area by mouse click. It's impossible.
Attachments (5)
Change History (22)
comment:1 Changed 15 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | set to brooks |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5461.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added; Confirmed removed |
---|
I don't know what's the purpose of http://dev.fckeditor.net/browser/CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js#L22
may be we can delete L22~L25
but right now I just want to make the iframe editable again.
comment:5 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 15 years ago by
Attachment: | 5461_2.patch added |
---|
comment:6 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:7 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
With IE8, it's now unable to have the cursor blinking anymore when using Tab Key to navigate to the paste area.
Besides, the bookmark looks unnecessary, generally user will just use the document as a paste bin.
Changed 15 years ago by
Attachment: | 5461_3.patch added |
---|
comment:8 Changed 15 years ago by
Component: | General → UI : Dialogs |
---|---|
Keywords: | Confirmed Review? added; Review- removed |
comment:9 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
There are two variables, "selection" and "bookmarks", which are being defined at line 15 but never used.
Changed 15 years ago by
Attachment: | 5461_4.patch added |
---|
comment:10 Changed 15 years ago by
Keywords: | Review? added; Confirmed Review- removed |
---|
comment:11 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:12 Changed 15 years ago by
Keywords: | confirmed added |
---|---|
Owner: | changed from brooks to Garry Yao |
Status: | assigned → new |
fixed with 5483 5483
comment:13 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:14 follow-up: 15 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is still reproducible using IE7 on the nightly build.I could not put the cursor back in to the Pasting area using mouse.
Changed 15 years ago by
Attachment: | 5461_5.patch added |
---|
comment:15 Changed 15 years ago by
Keywords: | Review? added; Review+ removed |
---|
Replying to satya:
I could not put the cursor back in to the Pasting area using mouse.
The current issue for me is "only the first line is clickable to start edit", we could safely use quirks on the paste area to void this issue.
comment:16 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
IE6,winxp confirmed