Closed
Description
That's connected to weird behavior of event.timeStamp in CEF
https://bitbucket.org/chromiumembedded/cef/issues/2749/osr-results-in-weird-eventtimestamp-values
Expected Behavior
Click event shoud work & event.timeStamp should return normal value
Current Behavior
event.timeStamp behaves weirdly resulting in vue.js click events behave weirdly too
Possible Solution
- downgrade vue to <=2.5.17
- Use this PR fix(events): rule of calling binded event handler (close #11014) vuejs/vue#11031
Steps to Reproduce
Check out the link above