-
Notifications
You must be signed in to change notification settings - Fork 2
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
Vertical node tabs in References Dialog modal not accessible #151
Comments
Maybe related to changes made for #114? |
@olafgrabienski Could you test this PR and let me know if it's any better for you? |
@laryn Thanks for the PR! At first sight, it doesn't make any difference regarding the issue. The vertical tabs (fieldsets in Gin) are still not accessible. The PR looks quite big, by the way. Does it address other issues as well? Maybe a smaller fix could do the job here. Using the dev tools code inspector, I see that the following CSS prevents the fieldset content from showing up:
Example fieldset:
|
Thanks, @laryn – I confirm this is fixed using the current release. |
Using the beta-6 release, in a modal powered by References Dialog only the first vertical node tab is accessible. Other tabs are visible but not accessible / clickable.
Screenshot:
![](https://private-user-images.githubusercontent.com/14188307/369441703-8d383d86-b774-4ebf-8884-0dfa3c8ef818.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3OTc5NjQsIm5iZiI6MTczOTc5NzY2NCwicGF0aCI6Ii8xNDE4ODMwNy8zNjk0NDE3MDMtOGQzODNkODYtYjc3NC00ZWJmLTg4ODQtMGRmYTNjOGVmODE4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDEzMDc0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIzYTY3OWFjMWQwNTgwYTI4MzU2ZjI0NjEyZDc5YTExMzBmYWE4Y2EzMmY3Y2JmODYxNWU2ZDNhNmU1ODY1YWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rDc3wF-SgNJB3kqgXQk9ojcn4yzU_zGDb_bOzG96d4A)
The text was updated successfully, but these errors were encountered: