joelpt / sidewise

Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.
Creative Commons Zero v1.0 Universal
68 stars 13 forks source link

Remove windows from focustracker when they're minimized #14

Open joelpt opened 12 years ago

joelpt commented 12 years ago

Remove windows from focustracker when they're minimized - this may alleviate need for .getTopFocusableWindow() completely and thereby simplify code that currently has to use an async callback to get the top focusable window. This should also help with Sidewise sometimes unminimizing a window immediately after the user had minimized it.

Also look into smart focus code and make sure that it doesn't try to smart focus a tab within a minimized window.