0

I am experiencing a strange issue.

My horizontal navigation menu on my wordpress site uses ddsmoothmenu. You hover over the menu item and the dropdown displays more pages. This works fine in chrome 28.

I updated to chrome 29 and this no longer works. Instead, you have to click the menu item to see the drop down.

Does anyone know what has changed from chrome 28 > chrome 29 that would break this feature and the potential fix?

Thanks.

4

1 回答 1

5

在 ddsmoothmenu.js 中找到

smoothmenu.detecttouch? 'toggle'

并将其替换为

smoothmenu.detecttouch? 'hover'

它会正常工作。

于 2013-08-24T09:37:19.213 回答