导航菜单不会出现在使用Chrome的单个用户中

We have recently changed our navigation menus. They have been working fine for everyone except for one user only when that user is using chrome.

The menu will render when they hover over an option the first time but after that, no menus render (see screenshots).

We are using the exact same version of chrome rendering the same website. Has anyone else ever experienced anything like this or have any ideas what could cause this?

Working:

enter image description here

Broken:

enter image description here

I was finally able to resolve the issue.

Firstly, everyone was using the same version of chrome in incognito mode with no extensions and a cleared cache so we're still not sure why only one specific user was getting the issue and no one else. Also that user was 2000 miles away so we could not physically debug on that machine. (It was an manager/admin with sensitive info on the machine so RDP was also not an option)

I was finally able to reproduce the issue by testing using Chrome Canary and discovered that the issue was directly related to hiding the sub-fly-out menus off screen using left -999999999px instead of display: none. Apparently just holding the '9' key down for a few seconds was a bad idea and it seemed to cause an overflow error of some kind and changing the left value to -9999px instead fixed it for that user and everyone else in Chrome Canary.

Thanks to everyone who contributed.

Looks to me very much like a caching issue. Some of the JavaScript or CSS from before the update may still be stored in the user's browser cache.

To resolve this, clear Chrome's browser cache. You can access the relevant dialog via ctrl+shift+del.