[wp-trac] [WordPress Trac] #51812: Update jQuery step three
WordPress Trac
noreply at wordpress.org
Tue Feb 23 23:03:32 UTC 2021
#51812: Update jQuery step three
-------------------------------------------------+-------------------------
Reporter: azaozz | Owner:
| SergeyBiryukov
Type: task (blessed) | Status: reviewing
Priority: normal | Milestone: 5.8
Component: External Libraries | Version:
Severity: normal | Resolution:
Keywords: has-patch early needs-testing | Focuses: javascript
needs-dev-note |
-------------------------------------------------+-------------------------
Comment (by peterwilsoncc):
Overnight I twigged to another regression in [50420] -- in a few places
`$thing.get(0).trigger()` is used. These will need to be changed to
`$thing.eq(0).trigger()` as jQuery's `get()` function returns a DOM
element rather than a jQuery object.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51812#comment:83>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list