Opened 12 years ago

Closed 12 years ago

#8904 closed Bug (invalid)

Capitalization changes on IE8/WIN XP

Reported by: sindhu Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I've got a problem with Capitalization of words with IE8 on WindowsXP.

I have this sentence -- The increase is attributable to improved sales of PROFILE®-V sold into with our MEDTOXScan® Reader, our PROFILE®-II A and PROFILE®-III A products. -- When I copy this sentence from MS word(2007) and paste in "Paste from word" window, it pastes fine. But the word "PROFILE" changes to "Profile". This is very strange since the word "MEDTOX" does not change and only this word changes the capitalization.

This is the error only in IE8/Frefox on WIN XP but not on WIN7. Please help!

Attachments (1)

test.doc (40.0 KB) - added by sindhu 12 years ago.
problem doc

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by Jakub Ś

Status: newpending
  1. Could you provide this docx file that is causing this error? I have tried on may different ways and could not do it.
  2. Could you tell me if you have tried on other computers - does the problem occur there as well.
  3. Does the problem occur in standalone CKEditor (E.g. on demo page) or only when integrated with your application?

Could you check those things and leave a comment?

Changed 12 years ago by sindhu

Attachment: test.doc added

problem doc

comment:2 Changed 12 years ago by sindhu

  1. Could you provide this docx file that is causing this error? I have tried on may different ways and could not do it.

####Attached is the doc file.

  1. Could you tell me if you have tried on other computers - does the problem occur there as well.

###Yes, I have tried on other computer with WIN XP. It is giving same problem

  1. Does the problem occur in standalone CKEditor (E.g. on demo page) or only when integrated with your application?

####Problem occur when its is in my application as well in the demo page on firefox/WIN XP

Last edited 12 years ago by sindhu (previous) (diff)

comment:3 Changed 12 years ago by Jakub Ś

Hi,

With the file you have provided it is possible to reproduce the problem in every OS not just Win XP.

About Word "Profile".
Browser sees it like this: P<span style="text-transform:uppercase">rofile®</span> Could I ask with what MS Word function was this word changed?

comment:4 in reply to:  3 Changed 12 years ago by sindhu

Replying to j.swiderski:

Hi,

With the file you have provided it is possible to reproduce the problem in every OS not just Win XP.

About Word "Profile".
Browser sees it like this: P<span style="text-transform:uppercase">rofile®</span> Could I ask with what MS Word function was this word changed?

The function "Change case" (Uppercase) from MS word 2007.

Version 0, edited 12 years ago by sindhu (next)

comment:5 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

Sorry I have forgotten about most obvious thing here:

config.pasteFromWordRemoveFontStyles=false;
config.pasteFromWordRemoveStyles=false;

Those parameters should be set to false.

Please see:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveStyles
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy