-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.1.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.3 S5, ZK 8.0.3 S7, ZK 8.0.3 S8, ZK 8.0.3 S9, ZK 8.0.3 S10
In the current implementation, ZK popups position if fixed once opened.
If the target position changes (ex browser re-sized), the popup doesn't follow.
Attached: example of desired behavior.
Initial behavior with:
<window id="exampleWindow"
mode="overlapped" position="center">
<textbox id="text" constraint="no empty"/>
<button id="submit" label="Submit"/>
</window>
- relates to
-
ZK-3334 Popup doesn't follow target component
- Closed