Opened 13 years ago
Closed 13 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)
Change History (6)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
- 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.
- 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
- 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
comment:3 follow-up: 4 Changed 13 years ago by
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 Changed 13 years ago by
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.
comment:5 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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
Could you check those things and leave a comment?