Opened 9 years ago
Closed 9 years ago
#16393 closed Bug (fixed)
[Moono-lisa] Toolbar is broken when a row is too long
| Reported by: | Wiktor Walc | Owned by: | kkrzton |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.6.0 |
| Component: | UI : Skins | Version: | 4.6.0 |
| Keywords: | Cc: |
Description (last modified by )
Steps to reproduce
- Create a relatively long single-row toolbar.
- Load a sample in a browser.
- Reduce the width of the window so that the single-row toolbar was split into two rows.
Expected result
Buttons in the second row start on the left side. See moono below:
Actual result
Buttons in the second row start after the last dropdown list.
Note: I do not care that dropdowns have now different width than in moono, for me that's not a problem, I even prefer it.
Attachments (2)
Change History (5)
Changed 9 years ago by
| Attachment: | moonolisa.png added |
|---|
Changed 9 years ago by
comment:1 Changed 9 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → confirmed |
comment:2 Changed 9 years ago by
| Owner: | set to kkrzton |
|---|---|
| Status: | confirmed → review |
comment:3 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
Interestingly it was happening only with particular button orders. I've added a manual test for this so it's easy to verify.
Fixed with git:fafbb08f1a6b3959079553802710ce26882015d9, merged to major.



This bug was caused by the fact that dropdowns were 1px higher than the rest of the buttons and in this particular case it pushed second row to the right. All buttons/dropdown should have same height.
Fixed with t/16393.