Opened 10 years ago
Last modified 8 years ago
#12654 confirmed Bug
Once Paste from Word - always Paste from Word
Reported by: | Iliyan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
Once Paste from Word button is used, after that, even if we use Ctrl+V with a content in clipboard that is copied somewhere in the editor, then the specific Paste from Word filtering/processing is executed.
I see in the paste from word plugin code that there is flag "forceFromWord", that actually is never set to 0. There is event handler function resetFromWord that set the flag to 0, but it is not attached to any event. I can see that in ver.3.6.5 this handler has been attached to 'afterPaste' event and this misbehaviour is not reproduced.
Change History (6)
comment:1 Changed 10 years ago by
Version: | → 4.4.5 |
---|
comment:2 Changed 10 years ago by
Component: | General → Plugin : Paste from Word |
---|
comment:3 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.4.5 |
comment:4 Changed 10 years ago by
Version: | → 4.0 Beta |
---|
This issue was introduced by git:3a5ca736. So it's reproducible since 4.0.
comment:5 Changed 8 years ago by
Milestone: | → CKEditor 4.6.0 |
---|
Did not encounter this problem during my ticket-closing session, but I think it's worth a second look.
comment:6 Changed 8 years ago by
Milestone: | CKEditor 4.6.0 |
---|
We're unable to put any more PFW related tickets in 4.6.0. We'll revisit it later.
Thanks for reporting. This function really isn't used anywhere.