eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Address bar focus lost when navigating away from new tab #352

Closed Keith94 closed 6 years ago

Keith94 commented 6 years ago

Steps to reproduce

  1. Open two new tabs in sidebar
  2. With 2nd new tab selected, select the 1st new tab with mouse click

Actual results

Address bar not focused

Expected results

Address bar should retain focus

Keith94 commented 6 years ago

I guess this is a bug in Firefox.

Since TCR is treated the same as any other sidebar, mouse clicks will always remove focus.

haarp commented 5 years ago

But it's possible to transfer focus to the address bar from an addon, so this could still be worked around.

Keith94 commented 5 years ago

Which add-on?

haarp commented 5 years ago

I meant extension. Since a double-click on the Tabcenter sidebar opens a new tab and redirects focus to the address bar, I figured this should be possible. Or is it Firefox itself that does this?