From cac37600e5c973be0c13cfdb2113b7067dde4260 Mon Sep 17 00:00:00 2001 From: f1ames Date: Wed, 26 Oct 2016 14:35:17 +0200 Subject: [PATCH 1/2] Richcombo should have same height as other toolbar buttons. --- skins/moono-lisa/richcombo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/moono-lisa/richcombo.css b/skins/moono-lisa/richcombo.css index 2d7cd61c6ae..64c7e665318 100644 --- a/skins/moono-lisa/richcombo.css +++ b/skins/moono-lisa/richcombo.css @@ -31,7 +31,7 @@ The visual representation of a rich combo widget looks as follows: display: inline-block; float: left; position: relative; - margin-bottom: 6px; + margin-bottom: 5px; } .cke_rtl .cke_combo From 2d21e3b2cb4c4a6759c3f2d126d47e87aea47644 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Wed, 26 Oct 2016 16:14:01 +0200 Subject: [PATCH 2/2] Added a manual test for funky toolbar display. --- tests/tickets/16393/manual/1.html | 20 ++++++++++++++++++++ tests/tickets/16393/manual/1.md | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/tickets/16393/manual/1.html create mode 100644 tests/tickets/16393/manual/1.md diff --git a/tests/tickets/16393/manual/1.html b/tests/tickets/16393/manual/1.html new file mode 100644 index 00000000000..ee78fadd8fc --- /dev/null +++ b/tests/tickets/16393/manual/1.html @@ -0,0 +1,20 @@ + + + + diff --git a/tests/tickets/16393/manual/1.md b/tests/tickets/16393/manual/1.md new file mode 100644 index 00000000000..b617f2f7fe3 --- /dev/null +++ b/tests/tickets/16393/manual/1.md @@ -0,0 +1,9 @@ +@bender-tags: 4.6.0, tc, 16393 +@bender-ui: collapsed +@bender-ckeditor-plugins: toolbar, wysiwygarea, divarea, about, a11yhelp, basicstyles, bidi, blockquote, clipboard, colorbutton, colordialog, contextmenu, dialogadvtab, div, elementspath, enterkey, entities, filebrowser, find, flash, floatingspace, font, format, forms, horizontalrule, htmlwriter, image, iframe, indentlist, indentblock, justify, language, link, list, liststyle, magicline, maximize, newpage, pagebreak, pastefromword, pastetext, preview, print, removeformat, resize, save, selectall, showblocks, showborders, smiley, sourcearea, specialchar, stylescombo, tab, table, tabletools, templates, undo + +1. Check the "Insert/Remove Numbered List" button in the toolbar. + +**Expected:** The button should be aligned to the left edge of the toolbar. + +**Unexpected:** The button is moved far away to the right. \ No newline at end of file