Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 3, 20213 yr Hi. Invision Family. I remember that a year ago I reported a bug with some JQMIGRATE functions that have been deprecated. These warnings still appear in the console. [Intervention] Images loaded lazily and replaced with placeholders. Load events are deferred. See https://go.microsoft.com/fwlink/?linkid=2048113 JQMIGRATE: jQuery.fn.bind() is deprecated JQMIGRATE: JQMIGRATE: jQuery.cssProps is deprecated Can we count on the bug being fixed in 4.6? Thanks. Yours sincerely.
April 3, 20213 yr What exactly is the “bug”? JQMIGRATE messages saying something is deprecated are not bugs. They are just hints which help developers with updating code to newer jQuery versions.
April 3, 20213 yr Yes, this isn't a bug per se. Jqmigrate is a tool that allows us to polyfill some APIs that changed in the latest jQuery releases, without having to make large changes to our own code immediately. Think of it as a compatibility layer. The logging you see simply indicates when Jqmigrate has needed to polyfill some behavior.