ZF-11316: Zend_Dojo_Form_Element_Editor minHeight can be set only to em
Description
Currently the minHeight property of the Zend_Dojo_Form_Element_Editor can only be set to em, whereas the height property can be set to em, px or %.
It would be nice to be able to set the minHeight with em, px or %.
Comments
Posted by Robert Basic (robertbasic) on 2011-04-22T13:44:09.000+0000
A patch which enables setting the minHeight as em, px or %. Leaving em as default, even if the default for the height property is px, to make it BC.
Posted by Robert Basic (robertbasic) on 2011-04-22T14:44:41.000+0000
Tests for this issue.
Posted by Matthew Weier O'Phinney (matthew) on 2011-05-02T19:12:15.000+0000
Patches look good; applied to trunk and 1.11 release branch.
Posted by Robert Basic (robertbasic) on 2011-08-01T11:21:46.000+0000
Pull request for porting the patch in ZF2 is sent: https://github.com/zendframework/zf2/pull/302