When having many colors defined, it is only possible to select one
of the first colors. If a color at the end of the list is selected,
nothing happens.
Solution: Fix missing closing span tag in ExtJs template object.
Change-Id: If196228a93125262906e787cb4efa174463cfd4c
Resolves: #28760
Releases: 4.5, 4.6
Reviewed-on: http://review.typo3.org/4164
Reviewed-by: Stanislas Rolland
Tested-by: Stanislas Rolland
value: this.value,
allowReselect: true,
tpl: new Ext.XTemplate(
- '<tpl for="."><a href="#" class="color-{1}" hidefocus="on"><em><span style="background:#{1}" unselectable="on"> </span></em><span unselectable="on">{0}<span></a></tpl>'
+ '<tpl for="."><a href="#" class="color-{1}" hidefocus="on"><em><span style="background:#{1}" unselectable="on"> </span></em><span unselectable="on">{0}</span></a></tpl>'
)
}
});