Opened 9 years ago
Closed 9 years ago
#14312 closed Bug (fixed)
[IE] Artifact is visible after pasting of any text
Reported by: | alexander | Owned by: | Tade0 |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.9 |
Component: | General | Version: | 4.3 |
Keywords: | IE | Cc: |
Description
Steps to reproduce
- Open http://ckeditor.com/demo#standard from IE 10 or 11(monitor should have width more then 1500px otherwise need to use zoom(Ctrl+scrolling))
- Copy any text from any source
- Right click on CKeditor
- Click paste button and see page
Expected result
No any artifacts on the page
Actual result
pastebin element is visible on the page
Other details (browser, OS, CKEditor version, installed plugins)
last CKEditor version; IE 10, 11 only; Width of monitor > 1500px;
Solution
I've found possible solution for this issue.
\ckeditor-dev-master\plugins\clipboard\plugin.js Line 906: pastebin.setStyle( editor.config.contentsLangDirection == 'ltr' ? 'left' : 'right', '-1000px' );
need to increase '-1000px' to '-10000px'
Attachments (2)
Change History (10)
Changed 9 years ago by
Attachment: | paste_issue.png added |
---|
comment:1 Changed 9 years ago by
Keywords: | Paste removed |
---|---|
Status: | new → confirmed |
Version: | 4.5.4 → 4.3 |
I have been able to reproduce this problem from CKEditor 4.3.0 in IE10-11.
comment:2 Changed 9 years ago by
Hi, I was just wondering whether there are any plans to fix this ticket at the nearest future, thanks.
comment:3 Changed 9 years ago by
Milestone: | → CKEditor 4.5.9 |
---|
Sounds like a good proposition, thanks for heads-up @aryabin.
comment:4 Changed 9 years ago by
Owner: | set to Tade0 |
---|---|
Status: | confirmed → assigned |
comment:5 Changed 9 years ago by
Status: | assigned → review |
---|
Fixed, added manual test. Changes pushed to branch:t/14312.
comment:6 Changed 9 years ago by
Status: | review → review_passed |
---|
LGTM. I've pushed some minor improvements to the manual test.
comment:7 Changed 9 years ago by
Summary: | Artifact is visible in IE 10,11 after pasting of any text → [IE] Artifact is visible after pasting of any text |
---|
comment:8 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with git:eaf5716f7d (merged to master).
Screenshot of demo page with artifact