#5641 closed Bug (invalid)
CKeditor 3.2.1. Problem when creating a bulleted list, users are unable to specify the font style for the numbers.
Reported by: | Alex Medina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | Cc: |
Description
CKeditor 3.2.1.: Problem when creating a bulleted list, users are unable to specify the font style for the numbers.
- Enter three lines in CKeditor textarea like the lines below
item 1 item 2 item 3
- select the 3 lines entered and click on "Insert/Remove Numbered List
- Choose a style for the ol and you will notice that the list numbers don't have the same style. There is no way to change the order list style. This also applies to styles, format, font name, font size, background, etc.
Change History (5)
comment:1 Changed 15 years ago by
Priority: | High → Normal |
---|
comment:2 Changed 15 years ago by
The bulleted list (the number in the bullet does not follow the same style as the text). For example:
- this is the first item
"1." does not follow the same style than what is set for "this is the first item" There is no way to set any style to "1."
comment:3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
In CSS, list bullet won't adapt it to applied list item styles.
comment:4 Changed 13 years ago by
Yes when you change the style of li element it does not get applied to the list. This is valid behavior.
Anyway it would be nice to have “list style dialog” as described in those tickets: http://dev.ckeditor.com/ticket/844 , http://dev.ckeditor.com/ticket/717
WFM in trunk, can you specify what exactly style you failed to apply to list?