Skip to content
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

jQuery UI dialog broken in latest version #17

Open
slominskir opened this issue Dec 14, 2023 · 1 comment
Open

jQuery UI dialog broken in latest version #17

slominskir opened this issue Dec 14, 2023 · 1 comment

Comments

@slominskir
Copy link
Member

We need to either roll back to earlier version or find a workaround (or ignore). The issue is if you resize a jQuery UI dialog it may shrink the dialog content div. This is cumulative so each time you resize it shrinks further.

There may be some restrictions - possibly requires scrollbar visible, likely requires resize=true option. More poking around needed. The workaround mentioned in related ticket of setting height and width to 100% in JavaScript resize handler doesn't appear to work.

See: jquery/jquery-ui#2083

@slominskir
Copy link
Member Author

Worth mentioned jQuery UI is on life support. Another option is to try to use native dialog element or one of a million other possibilities. Not super excited about ripping out foundational lib though. Related: JeffersonLab/calendar#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant