You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: