ZF-5351: Disable escaping for options items in Zend_View_Helper_FormSelect and Zend_Form_Element_Select
Description
Hello
Disable escaping for options items in Zend_View_Helper_FormSelect I've needed to fill dynamically a Select list with hierarchical categories. To indent each categories properly you must use "&nsbp;" As Zend_View_Helper_FormSelect escape sistematicaly all options (see method _build on line 148) you can draw properly a hierchical list
Comments
Posted by Cristian Bichis (avantis) on 2009-05-07T06:00:37.000+0000
I confirm the issue. Is quite annoying on such cases...
Posted by Cristian Bichis (avantis) on 2009-07-07T04:28:42.000+0000
Just ran into same issue again...
Now it simply strips my Japanese text from li !
Posted by Cristian Bichis (avantis) on 2009-07-07T04:30:35.000+0000