MMTabBarView icon indicating copy to clipboard operation
MMTabBarView copied to clipboard

Mojave-style tabs do not handle window changing focus properly

Open ychin opened this issue 6 years ago • 2 comments

I'm just trying out the demo, but Mojave tabs don't seem to update their colors properly when the window gains/loses focus. You have to manually move the cursor over the tabs to update their colors. The other styles seem to handle it properly.

ychin avatar Nov 24 '18 03:11 ychin

I see similar problems with Yosemite style. If you hover over the tabs while the window is in background, then switch the window to foreground, the colors do not update correctly.

barijaona avatar Dec 19 '18 16:12 barijaona

When the window gains/loses focus, MMMojaveTabStyle's drawBezelOfTabBarView:inRect: method is only called once (for the first tab only).

barijaona avatar Dec 25 '18 18:12 barijaona