Opened 13 years ago
Closed 13 years ago
#9412 closed Bug (fixed)
Option toolbarStartupExpanded = false does not work as expected
| Reported by: | Jakub Ś | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | UI : Toolbar | Version: | 4.0 |
| Keywords: | Cc: |
Description
This was reported by @ansonhoyt - https://gist.github.com/3799646 Start editor with option
config.toolbarStartupExpanded = false;
or
config.toolbarStartupExpanded = false; config.toolbarCanCollapse = true;
Editor loads without toolbar and there is no collapse button thus you can use the toolbar.
Attachments (1)
Change History (9)
comment:1 Changed 13 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 13 years ago by
| Milestone: | → CKEditor 4.0 |
|---|
comment:3 Changed 13 years ago by
| Owner: | set to Piotrek Koszuliński |
|---|---|
| Status: | confirmed → assigned |
comment:4 Changed 13 years ago by
| Status: | assigned → review |
|---|
Changed 13 years ago by
comment:5 Changed 13 years ago by
| Component: | General → UI : Toolbar |
|---|---|
| Status: | review → review_failed |
Toolbar collapse feature is for themed UI only, thus the patch breaks the toolbar used in a floating space, as shown in the attached test file.
comment:6 Changed 13 years ago by
| Status: | review_failed → review |
|---|
Patch hasn't broken anything - it was broken from the beginning.
Pushed commits on dev&tests switching collapsing for inline editor.
comment:7 Changed 13 years ago by
| Status: | review → review_passed |
|---|
comment:8 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |

Pushed t/9412 on both dev&tests.