-
Notifications
You must be signed in to change notification settings - Fork 40
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
Allow keyboard access in popover #4
Comments
@triplef Did you fix this issue? I have the same issue with a tab view inside INPopoverController. |
@trojanfoe Unfortunately no. I ended up disabling keyboard access in popovers. |
This is due to the override of the contentView getter in INPopoverWindow. |
@thibaut-jarosz Any idea for a fix/workaround? Sounds like it might not be possible if we need to keep the contentView override. |
I'm working on a version that doesn't override the contentView view accessor. It's the only way to fix it. |
Does anyone know how to enable keyboard access (using the tab key to navigate elements) in the popover window? For some reason this is currently not possible.
I tried manually calling recalculateKeyViewLoop but that doesn't seem to be enough. Additionally setting the initial first responder for the window allows keyboard access, but then I’m running into an assertion failure in AppKit when tabbing past the last element in the window:
Any ideas are welcome! :)
The text was updated successfully, but these errors were encountered: