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([
4545 dialogVisibleAfterTriggerEdit = translateInline . is ( ':visible' ) ;
4646 expect ( isDialogHiddenOnInit ) . toBe ( true ) ;
4747 expect ( dialogVisibleAfterTriggerEdit ) . toBe ( true ) ;
48+ expect ( $ ( 'body' ) . find ( '.window-translate-inline' ) ) . not . toBe ( null ) ;
4849 } ) ;
4950
5051 it ( 'Check translation form template' , function ( ) {
Original file line number Diff line number Diff line change 88 outline : dotted 1px red !important ;
99}
1010
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+
1119* html .translate-inline ,
1220* + html .translate-inline {
1321 border : dotted 1px red !important ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ define([
2424 autoOpen : false ,
2525 translateArea : null ,
2626 modal : true ,
27- dialogClass : 'popup-window' ,
27+ dialogClass : 'popup-window window-translate-inline ' ,
2828 width : '75%' ,
2929 title : $ . mage . __ ( 'Translate' ) ,
3030 height : 470 ,
You can’t perform that action at this time.
0 commit comments