Hi Chris i’m not entirely sure. The vmouse issue i’m kind of guessing at through some research, but I have no idea how to write or debug for javascript.
In looking through the dev tools on firefox I see:
- click and touchend events on the links from the wr-megamenu frontend.js and the jquery 1.11.3.min library
- Above that is the li with a hover event from the jquery 1.11.3.min library
- Enclosing it as .shiftnav-inner is a touchmove and touchstart from the shiftnav.min.js and a touchmove and touchstart from the jquery 1.11.3.min library (maybe this the problem in here?)
- Outside of that in #shiftnav-main are click and mouseup events in both the shiftnav.min.js and the jquery 1.11.3.min library
Hope that helps to clarify a bit better.
Akeem