#14756 closed Bug (invalid)
Separators after combo buttons
Reported by: | Mark Wade | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Use a skin which does not visually separate combo boxes from the rest of the toolbar, for example, minimalist.
- Set the toolbar configuration to have a separator (i.e. "-") immediately after a combo button, such as FontSize.
Expected result
A separator displays after the combo button.
Actual result
The separator does not display.
Other details (browser, OS, CKEditor version, installed plugins)
Skins such as moono always pull combo buttons out of the rest of the toolbar as if a separator had been placed either side, which could also be seen as incorrect.
Change History (3)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.10 (GitHub - master) |
comment:3 Changed 9 years ago by
No, because there is no need to separate standalone button which is not placed inside a group panel. Dropdown is like standalone button.
Separators are put between buttons placed in a single group (small bar having few button inside). Dropdowns are displayed as single buttons (this is by design) so separators won't work there as they would have to be placed directly on toolbar and not in a group.