Hello All,
In CKEditor 3.6.2 when we click on the "Paste from Word" icon, The dialogue box showing the label as "Paste" instead of "Paste from Word". The issue resolved in the CKEditor 4.0 version. To resolve issue by back porting is not a feasible approach as it is leading to lot of code changes along with functional flow has been changed. I am trying to figure out the best approach in 3.6.2 version of CKEditor to make it work.
Steps to reproduce:
1.In CKEditor, click on "Paste from Word" icon.
2.Expected result: popup window with "Paste from Word" label
3. Actual result: popup window with "Paste" label (same as for clicking "Paste" icon).
Just upgrading the CKEditor version is a good approach.But as per my project requirements i need to work on back porting or getting the functionality in 3.6.2.Please fine the attachement
Please suggest me how to move forward.