You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to that thread, this error sometimes arises when trying to enable keyboard access within a popover. It crashes the app on OS X 10.11 and previous. The only fix is to remove the contentView override accessor in SFBPopoverWindow.m.
I confirmed this fix in my project locally and can open a pull request for it as well.
The text was updated successfully, but these errors were encountered:
I'm less certain if there would be any unintended side effects of the change. I think I'd prefer a fix where contentView was renamed to popoverContentView and is called explicitly.
This was also an issue in the INPopoverController project.
According to that thread, this error sometimes arises when trying to enable keyboard access within a popover. It crashes the app on OS X 10.11 and previous. The only fix is to remove the contentView override accessor in SFBPopoverWindow.m.
I confirmed this fix in my project locally and can open a pull request for it as well.
The text was updated successfully, but these errors were encountered: