-
Bug
-
Resolution: Invalid
-
Critical
-
None
-
6.0.1
-
All
It is not possible to open a dynamic popup as in example:
<template name="xxx" var="tb"> <template name="yyy" var="sec"> <popup id="_varpopup_${tbStatus.index}_${secStatus.index}"> <!-- popup's content --> </popup> <toolbarbutton label="${sec.name}XXX" sclass="yw-editor-are-section-selection-tbbutton" onMouseOver='_varpopup_${tbStatus.index}_${secStatus.index}.open(self, "after_start");'/> </template> </template>
Posible workaround:
<toolbarbutton label="The Name" tooltip="_varpopup_${tbStatus.index}_${secStatus.index},delay=0,position=after_start"/>