Hiya,
The log it refers to is the output in your browsers own dev-tools/console window, this isn’t stored anywhere, only shown there and then.
Are you saying then, that this msg. is nothing to do with the Plugin.
https://nimb.ws/JlkwPB
I ask because if “Enable jQuery Migrate Helper” is disabled and “Test jQuery Updates” is used instead, the msg. I referred to goes away. And if the msg. is created by “Enable jQuery Migrate Helper” one can see it is an incomplete msg.
Ahh, that dashboard notice is from the plugin, yes, the fact that it is somehow prevented from displaying the warnings is interesting though, does it only show up on that one screen?
If it’s only showing on that screen, whatever is implementing that screen may be the one causing an error, as normally the encountered warnings would be listed inside that notice.
“Enable jQuery Migrate Helper”
The Starter Sites plugin displays msg. in page, as shown in the image.
The One Click Importer plugin also shows the same msg. in page.
Browser Console shows 4 warnings.
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
- themes.php
JQMIGRATE: Migrate is installed with logging active, version 1.4.1 jquery-migrate-1.4.1-wp.js:23:17
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.
- jquery.js:3:25903
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
- themes.php
“Test jQuery Updates”
No msg. on either plugin page.
Browser Console shows the first 3 notices as above whilst the 4th one is not.
(this not shown)
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
- themes.php
So it would seem that for whatever reason, the “Enable jQuery Migrate Helper” states in page that there is an error but not what and will be confusing to most. If one is familiar with using a Browser Console to look for errors then there is no need to display an uncompleted error msg. in page. Although in page is a “touch of class” for a complete msg.
Looks like it’s time to decide which way to go with error display and do a bit of tweaking. 🙂