View Issue Details

IDProjectCategoryView StatusLast Update
0019041MMW 5Extensions frameworkpublic2022-08-31 00:10
Reporterzvezdan Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version5.0.4 
Summary0019041: data-maximalHeight, data-minimalHeight, data-maximalWidth and data-minimalWidth in body tag of dialogs needed
DescriptionI have several MM2-4 add-ons with dialog boxes that allows resizing only horizontally, but not vertically. They have set MinHeight and MaxHeight and they have the same value, which prevents vertical resizing.

Edit: after a little more thinking, I realized that my initial request for data-maximalSize cannot resolve my problem. What I really need is the ability to specify minimal/maximal width or height independently.
TagsNo tags attached.
Fixed in build2650

Activities

petr

2022-05-27 18:41

developer   ~0068305

Added data-minimalWidth/Height and maximalWidth/Height. Also can be set in runtime using bounds.setMaxWidth/setMaxHeight/setMinWidth/setMinHeight.

zvezdan

2022-05-27 18:43

updater   ~0068306

Thanks!

peke

2022-08-31 00:10

developer   ~0069110

Verified 2661 using bounds.setMaxWidth/setMaxHeight/setMinWidth/setMinHeight