MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Mojave-style tabs do not handle window changing focus properly #69

Open ychin opened 5 years ago

ychin commented 5 years ago

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.

barijaona commented 5 years ago

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 commented 5 years ago

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