Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 7.0.5
-
Fix Version/s: 8.0.0
-
Component/s: Components
-
Security Level: Jimmy
-
gh.sprint.customfield.default.name:ZK 8.0.1
Description
running the attached example shows, that already selected items are rendered using the HTML generated in the ItemRenderer, while the choices only display escaped markup.
When selecting a new value the escaped markup is added to the box in the escaped form.
the ItemRenderer API docs state HTML markup is possible http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zul/ItemRenderer.html
When invalidating the chosenbox, previously selected items are lost.