-
Bug
-
Resolution: Fixed
-
Normal
-
7.0.3
-
Security Level: Jean
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>