Opened 6 years ago
Closed 5 years ago
#49100 closed defect (bug) (worksforme)
Uncaught TypeError: f.hoverintent is not a function error
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.3.2 |
| Component: | Toolbar | Keywords: | needs-testing reporter-feedback |
| Focuses: | Cc: |
Description
Since installing 5.3.1 (and updating to 5.3.2) I've observed the following error:
Uncaught TypeError: f.hoverintent is not a function at HTMLDocument.<anonymous> (admin-bar.min.js?ver=3.8:1)
This error prevents the admin bar on the front end of the WordPress site from being able to dropdown a menu when hovering over an admin related link. Prior to WordPress 5.3.1 no such error was generated and dropdown worked as expected.
Change History (5)
#4
@
5 years ago
- Keywords reporter-feedback added; needs-patch removed
There have been cases where this error was related to caching:
https://wordpress.org/search/hoverintent+is+not+a+function?in=support_forums
If you're using a cache plugin, you could try excluding the script from from JS optimization:
wp-includes/js/hoverintent-js.min.jsexclude single filewp-content/uploads/cached-scripts/exclude directory
If you still receive the error after clearing cache and/or editing the cache rules (with WordPress 5.7), please let us know.
Related: #47069, #48993.