#6896 closed Bug (fixed)
Pasting into Source view in full-screen does not work
Reported by: | Ken | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5 |
Keywords: | WebKit | Cc: |
Description (last modified by ) ¶
Using Chrome 8.0.552.224 and CKEditor 3.5 (revision 6230), pasting from clipboard while in maximized Source view does not work.
To reproduce:
- open CKEditor,
- 'Maximize' and 'New Page'
- add sample content in "design view"
- switch to "Source view" while still in full-screen
- ctrl-v or right-click-paste clipboard text directly into source.
Clipboard text does not paste properly. Text will paste properly if 'maximize' is switched off and is no longer full-screen.

Change History (7)
comment:1 Changed 14 years ago by
Keywords: | WebKit added; pasting source removed |
---|---|
Status: | new → confirmed |
Changed 14 years ago by
Attachment: | 6896.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
A weird webkit bug, when the document element has been invisible, pasting in any <textarea> is broken, while considering it quite an edge case, we could save a bug report to webkit.
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6310].
comment:6 Changed 14 years ago by
Description: | modified (diff) |
---|

Regression of [6164]