Recent removal of jQuery.is() results in undefined element errors in entity-embed.js

Created on 16 October 2023, about 1 year ago
Updated 21 May 2024, 5 months ago

Problem/Motivation

in πŸ“Œ Refactor (if feasible) use of jquery is function to use vanillaJS Fixed the jQuery is() function was phased out. In some cases the replacements didn't account for jQuery implicitly checking for the existence of an element before checking its property. Without this, there's an error when the check is occuring on a nonexistent element.

Steps to reproduce

Proposed resolution

Check if element exists before checking a property of it.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Closed: outdated

Version

11.0 πŸ”₯

Component
JavascriptΒ  β†’

Last updated 5 days ago

Created by

πŸ‡ΊπŸ‡ΈUnited States bnjmnm Ann Arbor, MI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024