-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash moving mouse over tab close button in MMRollOverButtonCell.mouseExited on MacOS 12.3 #82
Comments
Sometimes it crashes with the same exception in MMAttachedTabBarButton.viewWillDraw when it calls setNeedsDisplayInrect:
Stack dump:
|
MiMo42
added a commit
that referenced
this issue
Mar 22, 2022
…acos-12_3 Fix Issue #82 - Crash hovering over close button on MacOS 12.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This crash started with MacOS 12.3. Using MacOS 12.2.1 is fine. I suspect something to do with the new Universal Control feature introduced in MacOS 12.3.
Create a tab bar and set onlyShowCloseOnHover to YES. Create more than one tab.
_tabBar.onlyShowCloseOnHover = YES;
Moving the mouse over the [x] button in tab bar causes it to crash with a MacOS assertion.
Stack dump:
Putting a breakpoint on ObjectiveC exceptions. It is thrown in MMRolloverButtonCell.mouseExited when it calls updateCell.
The text was updated successfully, but these errors were encountered: