-
Notifications
You must be signed in to change notification settings - Fork 9
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
pdfs do not render in file interp. step until side panel is closed or mousing out of the window #1396
Comments
Works if the window is resized. |
Also works if the user mouses out of the window. Also works unconditionally on Safari. I think this is a Chrome bug, potentially; either that or a bug with select2's filtering mousemove events. Quick hacks I tried:
If you have the dev overlay for errors still on, you can "fix" this by just throwing a console error from anywhere in the code after the select2 widget loads (e.g. with a Suggesting to put this on hold for now. We could retest after moving to selectwoo. |
Maybe something a bit ugly like |
@chiatt did you retest after selectwoo replaced select2? I can if you haven't yet. |
Thanks @jacobtylerwalls, I haven't yet |
Unfortunately still seeing this with selectwoo |
The fix for this might need to be applied in core rather than afs.
https://github.com/archesproject/arches-for-science/assets/1877663/cbe55a76-0e50-4edb-9ad5-ec2fc1a50ebc
The text was updated successfully, but these errors were encountered: