Skip to content

Commit

Permalink
Merge branch 't/16393' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Oct 26, 2016
2 parents df58bcb + 2d21e3b commit fafbb08
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion skins/moono-lisa/richcombo.css
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions tests/tickets/16393/manual/1.html
@@ -0,0 +1,20 @@

<textarea cols="80" id="editor1" name="editor1" rows="10">
<h1>Lorem ipsum</h1>
</textarea>

<script>
CKEDITOR.replace( 'editor1', {
toolbar: [
{ name: 'clipboard', items: [ 'Undo', 'Redo' ] },
{ name: 'styles', items: [ 'Format', 'Font', 'FontSize' ] },
{ name: 'basicstyles', items: [ 'Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat' ] },
{ name: 'colors', items: [ 'TextColor', 'BGColor' ] },
{ name: 'paragraph', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ] },
{ name: 'links', items: [ 'Link', 'Unlink' ] },
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
{ name: 'insert', items: [ 'Image', 'Table', 'SpecialChar' ] },
{ name: 'colors2', items: [ 'TextColor' ] }
]
} );
</script>
9 changes: 9 additions & 0 deletions 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.

0 comments on commit fafbb08

Please sign in to comment.