-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.1, Freshly
-
None
-
None
As the below code show.
<window id="wd" border="normal" width="100px"> <tree onClick="wd.doOverlapped();wd.doModal();"> <treecols> <treecol/> </treecols> <treechildren> <treeitem> <treerow> <treecell label="Click" popup="pp"/> </treerow> </treeitem> </treechildren> </tree> <popup id="pp"> <label value="Popup"/> </popup> </window>