The ordered list with CKeditor look in the editor good, numbers are incremented correctly, after 9 comes 10 in Internet Explorer 8 or IE8. But the webpage after saving shows after 9 it start over counting, beginning with a zero.
It's also in IE9 with compatbilitymodus on. In Firefox, Safari and Internet Explorer 9 (not comp.modus on) it's displayed correctly.
The code is correct:
This is a test with orered list:

  1. test 1
  2. test 2
  3. test 3
  4. test 4
  5. test 5
  6. test 6
  7. test 7
  8. test 8
  9. test 9
  10. test 10
  11. test 11
  12. test 12
  13. test 13
  14. test 14
  15. test 15
  16.  

It displays:
This is a test with orered list:
1. test 1
2. test 2
3. test 3
4. test 4
5. test 5
6. test 6
7. test 7
8. test 8
9. test 9
0. test 10
1. test 11
2. test 12
3. test 13
4. test 14
5. test 15

See also the attachement

CommentFileSizeAuthor
#5 OrderedList2.jpg17.28 KBPipB
OrderedList.jpg68.9 KBPipB

Comments

PipB’s picture

Sorry, forgot to put the correct code-tag for the code, so it's not displayed.
Her e the correct one:

 This is a test with orered list:
<ol>
	<li>
		test 1</li>
	<li>
		test 2</li>
	<li>
		test 3</li>
	<li>
		test 4</li>
	<li>
		test 5</li>
	<li>
		test 6</li>
	<li>
		test 7</li>
	<li>
		test 8</li>
	<li>
		test 9</li>
	<li>
		test 10</li>
	<li>
		test 11</li>
	<li>
		test 12</li>
	<li>
		test 13</li>
	<li>
		test 14</li>
	<li>
		test 15</li>
	<li>
		&nbsp;</li>
</ol>
mkesicki’s picture

Hi,
@PipB can you check if this issue exists here http://ckeditor.com/demo ?

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)
PipB’s picture

Hi Michal_cksource, is there a way to save you're edits on the demo-site.
You can only see the wrong dispaly after saving.

PipB’s picture

StatusFileSize
new17.28 KB

I've also set the kind of ordering to 1,2,3, etc
See the attachement, but the problem not disappeared.

mkesicki’s picture

Hi,
@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.

PipB’s picture

Hi 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?

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Active

Ok,
this is bug in css for IE < 9. Thx for notice this.

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

@PipB, i check that and it's not problem with CKEditor but with CSS of theme...
Which theme do u use?

Greetings

PipB’s picture

Hi,
Sorry, for my late response!
I use Clean theme.

dczepierga’s picture

Title: Increment of Numbers of Ordered list from CKeditor starts after 9 it starts with 0 in IE8, or IE9 with compatibility modus on » Increment of Numbered List after 9 it starts with 0 in IE8, or IE9 with compatibility modus on
Project: CKEditor 4 - WYSIWYG HTML editor » Clean
Version: 6.x-1.3 » 6.x-2.x-dev

I 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

PipB’s picture

Hi 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

psynaptic’s picture

This is 99% not related to Clean theme. Please explain how it is related, thanks.

PipB’s picture

Hi 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

cscherrey’s picture

I 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?

psynaptic’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Active

Looks 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.