-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.0
-
Component/s: Components
-
None
Steps to Reproduce
<zk>
<label multiline="true">
1. Right click on textbox to open context menu.
2. The context menu is closed when tooltip showed.
</label>
<textbox rows="3" width="250px" context="editPopup,type=toggle" tooltip="tooltip" />
<popup id="editPopup" width="300px" height="100px">
Context Menu
</popup>
<popup id="tooltip" width="100px">
Tooltip Menu
</popup>
</zk>
Current Result
The context menu was closed.
Expected Result
The context menu was opened with a tooltip.
Debug Information
ZK-2554 similar issue
According to the document, toggle only interferes with the behavior triggering the event again. Closing popup while other popup appears seems like an unintentional behavior.