Thank you for reporting this bug. We will make it our priority to review this report.
Icons bug in htmleditor
Icons bug in htmleditor
Hello.
Open htmleditor in this exapmle: http://ift.tt/1tw9yUcIcons "Center Text" and "Align Right Text" were mixed up.
Red line - need swap icons.
htmleditor-bug.pngBug in file ext-theme-crisp-all-debug_01.css from line 25740:
Code:
/* line 43, ../../../ext-theme-neutral/sass/src/form/field/HtmlEditor.scss */
.x-html-editor-tb .x-edit-justifyright,
.x-menu-item div.x-edit-justifyright {
background-position: -144px 0; /* bugfix: background-position: -128px 0; */
background-image: url(images/editor/tb-sprite.png);
}
/* line 49, ../../../ext-theme-neutral/sass/src/form/field/HtmlEditor.scss */
.x-html-editor-tb .x-edit-justifycenter,
.x-menu-item div.x-edit-justifycenter {
background-position: -128px 0; /* bugfix: background-position: -144px 0; */
background-image: url(images/editor/tb-sprite.png);
}
Icons bug in htmleditor
Aucun commentaire:
Enregistrer un commentaire