You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.qtwebengine (navigator.userAgent :Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.6.3 Chrome/49.0.2623.111 Safari/537.36)
2.vue version (2.6.14)
3. someTimes click event not working (Open QT for a long time.)
What is expected?
work fine
What is actually happening?
When click event not working, we found something:
at "vue/src/platforms/web/runtime/modules/events.js" lines 70: e.timeStamp >= attachedTimestamp is false
The text was updated successfully, but these errors were encountered:
Version
2.6.14
Reproduction link
codepen.io
Steps to reproduce
1.qtwebengine (navigator.userAgent :Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.6.3 Chrome/49.0.2623.111 Safari/537.36)
2.vue version (2.6.14)
3. someTimes click event not working (Open QT for a long time.)
What is expected?
work fine
What is actually happening?
When click event not working, we found something:
at "vue/src/platforms/web/runtime/modules/events.js" lines 70:
e.timeStamp >= attachedTimestamp
is falseThe text was updated successfully, but these errors were encountered: