#41899 closed defect (bug) (invalid)
(k=r.handle) in jquery.js causes issues when resizing screen
Reported by: | maltonge | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8.1 |
Component: | External Libraries | Keywords: | |
Focuses: | javascript | Cc: |
Description (last modified by )
This duplicate causes device crashes on window resize. I just checked with a fresh WP download and the duplicate still exists in the jquery.js file. found in /wp-includes/js/jquery/
duplicate is (g=r.events)||(g=r.events={}
just do a search in the file to find.
Hope this helps you out.
Change History (5)
#1
@
7 years ago
- Summary changed from (g=r.events)||(g=r.events={} duplicate found in jquery.js to (k=r.handle) in jquery.js causes issues when resizing screen
Version 0, edited 7 years ago
by
(next)
#2
@
7 years ago
- Component changed from General to External Libraries
- Description modified (diff)
- Focuses accessibility removed
#3
@
7 years ago
Hi @maltonge, welcome to WordPress Trac! Thanks for the report.
jQuery is an external library, so the issue should be submitted upstream: https://github.com/jquery/jquery.
Does it still happen with all plugins disabled and a default theme (Twenty Seventeen) activated?
Note: See
TracTickets for help on using
tickets.