File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
dev/tests/js/jasmine/tests/lib/mage Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ define([
45
45
dialogVisibleAfterTriggerEdit = translateInline . is ( ':visible' ) ;
46
46
expect ( isDialogHiddenOnInit ) . toBe ( true ) ;
47
47
expect ( dialogVisibleAfterTriggerEdit ) . toBe ( true ) ;
48
+ expect ( $ ( 'body' ) . find ( '.window-translate-inline' ) ) . not . toBe ( null ) ;
48
49
} ) ;
49
50
50
51
it ( 'Check translation form template' , function ( ) {
Original file line number Diff line number Diff line change 8
8
outline : dotted 1px red !important ;
9
9
}
10
10
11
+ .trnslate-inline-area .window-translate-inline {
12
+ z-index : 903 ;
13
+ }
14
+
15
+ .trnslate-inline-area .ui-widget-overlay .ui-front {
16
+ z-index : 902 ;
17
+ }
18
+
11
19
* html .translate-inline ,
12
20
* + html .translate-inline {
13
21
border : dotted 1px red !important ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ define([
24
24
autoOpen : false ,
25
25
translateArea : null ,
26
26
modal : true ,
27
- dialogClass : 'popup-window' ,
27
+ dialogClass : 'popup-window window-translate-inline ' ,
28
28
width : '75%' ,
29
29
title : $ . mage . __ ( 'Translate' ) ,
30
30
height : 470 ,
You can’t perform that action at this time.
0 commit comments