8
0
Просмотр исходного кода

Adjusted focus cycling order in the table cell properties view.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
96e3c44037

+ 1 - 1
packages/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js

@@ -390,9 +390,9 @@ export default class TableCellPropertiesView extends View {
 			this.borderColorInput,
 			this.borderWidthInput,
 			this.backgroundInput,
-			this.paddingInput,
 			this.widthInput,
 			this.heightInput,
+			this.paddingInput,
 			this.horizontalAlignmentToolbar,
 			this.verticalAlignmentToolbar,
 			this.saveButtonView,

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js

@@ -527,9 +527,9 @@ describe( 'table cell properties', () => {
 					view.borderColorInput,
 					view.borderWidthInput,
 					view.backgroundInput,
-					view.paddingInput,
 					view.widthInput,
 					view.heightInput,
+					view.paddingInput,
 					view.horizontalAlignmentToolbar,
 					view.verticalAlignmentToolbar,
 					view.saveButtonView,