I realize this is probably an accessibility issue that may best be left alone, but I\'d like to figure out if it possible to prevent the tab from visiting the address bar in the
Salinan solution worked for me Put this in the start of your html page:
and this at the end of your html page.:
foucsFirstElement() :
foucsFirstElement() { document.getElementById("prevent-outside-tab").focus(); },