You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Styles Combo in the toolbar should allow to select "Square Bulleted List", as defined in the styles.js.
Actual result
There is no such option in the Styles Combo.
Other details
If the style is applied manually: <ul style="list-style-type: square"> putting cursor inside the list, or selecting the whole list, correctly indicates the selected style (Square Bulleted List), but after unfolding the combo, the style is not shown.
Interesting to note that the style can be canceled using the cancel format button only if the whole list is selected, so the detection that the list is selected somehow works.
Similar problem is e.g. with the table and its cells. Here the Styles Combo works correctly, as long as the table selection plugin is active, the whole cell(s) must be selected to change style thereof, or the style of the table. It is not sufficient to select all the text in the cell or table, as is suggested by the documentation "How Do I Use the Styles on Images, Tables or Other Elements?" - https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_howtos_styles.
This is a regression issue after upgrading from 4.4.5 to 4.7.3, in the 4.4.5 version this functionality worked perfectly.
The text was updated successfully, but these errors were encountered:
Well, thanks. It seems to me that the bug reports something else - that you need to select whole element to be able to change its style. I report that the style cannot be changed at all, even if all its text is selected.
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
Expected result
The Styles Combo in the toolbar should allow to select "Square Bulleted List", as defined in the styles.js.
Actual result
There is no such option in the Styles Combo.
Other details
If the style is applied manually:
<ul style="list-style-type: square">
putting cursor inside the list, or selecting the whole list, correctly indicates the selected style (Square Bulleted List), but after unfolding the combo, the style is not shown.Interesting to note that the style can be canceled using the cancel format button only if the whole list is selected, so the detection that the list is selected somehow works.
Similar problem is e.g. with the table and its cells. Here the Styles Combo works correctly, as long as the table selection plugin is active, the whole cell(s) must be selected to change style thereof, or the style of the table. It is not sufficient to select all the text in the cell or table, as is suggested by the documentation "How Do I Use the Styles on Images, Tables or Other Elements?" - https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_howtos_styles.
This is a regression issue after upgrading from 4.4.5 to 4.7.3, in the 4.4.5 version this functionality worked perfectly.
The text was updated successfully, but these errors were encountered: