Closed lrobert closed 12 years ago
This issue is still happening. The previous fix caused elements that do not need the ViewHelper decorator (such as File) to display twice.
This seems to be an issue with createElement itself. It's supposed to copy the default decorators that we set, but it is not for some reason. There is a zend ticket about this. We should add more comments to have it resolved.
This is related to a Zend_Form
issue. Closing as this not applies to the library itself.
In a Twitter_Bootstrap_Form_Horizontal if you add an element using the following code, the element will use zend decorators such as the DtDd tags.