Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
67 stars 8 forks source link

Jankiness with URL bar #74

Open Pauan opened 9 years ago

Pauan commented 9 years ago

Steps to reproduce:

  1. Hover over a tab.
  2. While still hovering over the tab, hover over the URL bar in the lower-left corner.

Steps to fix:

  1. When showing the URL bar, check if the mouse is on top of the URL bar, and if so, hide the URL bar.

The problem is how to do this in a non-hacky way with the DOM system.