We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795c2f5 commit 5a23518Copy full SHA for 5a23518
visualpython/js/com/component/PopupComponent.js
@@ -1328,7 +1328,7 @@ define([
1328
$(this.wrapSelector('.vp-inner-popup-box')).show();
1329
1330
// focus on first input
1331
- $(this.wrapSelector('.vp-inner-popup-box input:not(:disabled):visible:first')).focus();
+ $(this.wrapSelector('.vp-inner-popup-box input:not(:readonly):not(:disabled):visible:first')).focus();
1332
// disable Jupyter key
1333
com_interface.disableOtherShortcut();
1334
}
0 commit comments