File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
code/Magento/Catalog/view/adminhtml/web/js
design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -386,9 +386,12 @@ define([
386
386
var priceType = $ ( '#' + this . options . fieldId + '_' + data . id + '_select_' + data . select_id + '_price_type' ) ;
387
387
priceType . val ( data . price_type ) . attr ( 'data-store-label' , data . price_type ) ;
388
388
}
389
+
389
390
this . _bindUseDefault ( this . options . fieldId + '_' + data . id + '_select_' + data . select_id , data ) ;
390
391
this . refreshSortableElements ( ) ;
391
392
this . options . selectionItemCount [ data . id ] = parseInt ( this . options . selectionItemCount [ data . id ] , 10 ) + 1 ;
393
+
394
+ $ ( '#' + this . options . fieldId + '_' + data . id + '_select_' + data . select_id + '_title' ) . focus ( ) ;
392
395
} ,
393
396
394
397
/**
Original file line number Diff line number Diff line change 795
795
height : 33px ;
796
796
& :focus {
797
797
border-color : #007bdb ;
798
+ box-shadow : none ;
798
799
outline : 0 ;
799
800
}
800
801
}
874
875
transition : all 0.1s ease-in ;
875
876
& :focus {
876
877
border-color : #007bdb ;
878
+ box-shadow : none ;
877
879
outline : 0 ;
878
880
}
879
881
& [disabled ] {
You can’t perform that action at this time.
0 commit comments