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.