Active
Project:
Clean
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2011 at 11:25 UTC
Updated:
21 Mar 2014 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PipB commentedSorry, forgot to put the correct code-tag for the code, so it's not displayed.
Her e the correct one:
Comment #2
mkesicki commentedHi,
@PipB can you check if this issue exists here http://ckeditor.com/demo ?
Comment #3
dczepierga commentedComment #4
PipB commentedHi Michal_cksource, is there a way to save you're edits on the demo-site.
You can only see the wrong dispaly after saving.
Comment #5
PipB commentedI've also set the kind of ordering to 1,2,3, etc
See the attachement, but the problem not disappeared.
Comment #6
mkesicki commentedHi,
@PipB you can submit form here http://nightly.ckeditor.com/6986/_samples/tableresize.html and if something is wrong with CKEditor library you should see broken results after submit/saving.
You can also check in Source mode (view) before saving post/article if there is something wrong.
Comment #7
PipB commentedHi Michal, this is not what I meant.
If you put a ordered list with CK-editor en you click on Save to see the real page, the ordered list can't count further then 9, it starts over again with 0, 1, 2, etc. in IE8 and IE9 with compatibility modus on.
Look at the 2 attachments.
The code is correct (see the code at #1) but CK-editor handles the ordered list code not correct. The last link you send, shows the code at #1, after saving. I know that code.
So the 2 links you send are useless for this problem to check.
Do you understand my problem?
Comment #8
mkesicki commentedOk,
this is bug in css for IE < 9. Thx for notice this.
Comment #9
dczepierga commented@PipB, i check that and it's not problem with CKEditor but with CSS of theme...
Which theme do u use?
Greetings
Comment #10
PipB commentedHi,
Sorry, for my late response!
I use Clean theme.
Comment #11
dczepierga commentedI check that and it's bug in IE9 not CKEditor module, the theme developers must fix it in theme CSS - we cannot do anything with it. I think they will know what to do with it.
I move this issue to correct bugtracker.
Greetings
Comment #12
PipB commentedHi dczepierga, thanks for the answer. I don't know whether it's a theme problem or CKEditor problem.....so I hope you made the correct conclusion.
Also greetings
Comment #13
psynaptic commentedThis is 99% not related to Clean theme. Please explain how it is related, thanks.
Comment #14
PipB commentedHi Pshynaptic, You can see the problem in the attachment "OrderedList.jpg" above #1
The left printscreen in the jpg is the editing richttexteditor mode from CKEditor (Clean Theme) and how it's displayed in IE8.
The ordered list counts after number "9", over with "0"
Is this the enough explanation of the relation or do you meant something else?
Regards
Comment #15
cscherrey commentedI have this same issue. I'm using the Garland theme. In Chrome it works fine and in the Book module using the Printer Friendly view it works fine. So you guys are saying the issue is the CSS in the garland theme? This makes sense since it works fine in the printer friendly view. So how can I fix it?
Comment #16
psynaptic commentedLooks like an issue with the left-padding of the ordered list. Try increasing that and see if it fixes the issue. I'd be happy to look into this if you can come back to me with whether or not this works.