-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.3
-
Component/s: Components
-
Security Level: Jean
-
None
Reproducible sample:
<zk> <label multiline="true"> 1. Right click on textbox to open context menu. 2. The context menu is closed when tooltip showed. This does not happen in ZK 6.5.x </label> <textbox rows="3" width="250px" context="editPopup" tooltip="tooltip" /> <popup id="editPopup" width="300px" height="100px"> Context Menu </popup> <popup id="tooltip" width="100px"> Tooltip Menu </popup> </zk>