-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.5
-
Security Level: Jimmy
-
ios safari 9/10
android chrome
Steps to Reproduce
run the attached example
tap the red div
Current Result
the "INFO" notification is not closing
Expected Result
notification should close when tapping anywhere outside the notification itself
Root Cause
potential side effect of bugfix ZK-3193
mimicMouseDown is not called on ios in this case (offsetX/offsetY don't represent relative coordinates in the click target)
https://github.com/zkoss/zk/blob/v8.0.5/zk/src/archive/web/js/zk/mount.js#L600-L606