No results found in DevOps Curriculum.
Best results in other decks
If your mouse pointer hovers the file list, the main window is focused when the list is being replaced (or simply when it shrinks and your mouse pointer...
...is then outside of the result list). When focusing the main window, the "find file" dialog closes. That would usually be fine, but we don't want to focus the...
var Autofocus = { supported: function() { return 'autofocus' in document.createElement('input'); }, fake: function() { $('[autofocus]').focus(); }, extend: function() { Autofocus.supported() || Autofocus.fake(); } }; $(Autofocus.extend...