ZF-11859: Zend_Dojo_Form Elements HtmlTag decorator doesn't add ID to dd
Description
Seems the HtmlTag decorator is not setting any id for dd.
dt has an id, but not the dd...
Below is a small sample:
Luna
........
Seems the HtmlTag decorator is not setting any id for dd.
dt has an id, but not the dd...
Below is a small sample:
Luna
........
Comments
Posted by Cristian Bichis (avantis) on 2011-10-28T11:46:36.000+0000
Seems others are reporting the same issue:
http://stackoverflow.com/questions/7610814/…
Posted by Cristian Bichis (avantis) on 2011-10-28T11:54:26.000+0000
Fix is to update Zend_Dojo_Form_Element_Dijit:
to
Posted by Cristian Bichis (avantis) on 2011-10-28T12:13:02.000+0000
I think
should be added as well.