-
Notifications
You must be signed in to change notification settings - Fork 320
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
Make overlay sidebars behave like modals #1942
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self review
dialog.addEventListener("click", closeDialogOnBackdropClick); | ||
|
||
// We have to manually attach the escape key because there's some code in | ||
// Sphinx's search-highlight.js that prevents the default behavior of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to file bug report for this. I couldn't find any existing bug report.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you fill a bug report ? Want to reference it here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dialog.addEventListener("click", closeDialogOnBackdropClick); | ||
|
||
// We have to manually attach the escape key because there's some code in | ||
// Sphinx's search-highlight.js that prevents the default behavior of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you fill a bug report ? Want to reference it here ?
I pushed a single commit to update the tests expected case, as now one of the nodes has a |
Ok, let's try this. |
This is very similar to #1932.
Closes external issue Quansight-Labs/czi-scientific-python-mgmt#84