New Bug Found relating to asset loading
-
Hi folks,
Found a bug.
What happens:–
Some partial assets loaded are when not required, causing misconfig error.Drilling down:–
On my WordPress front page for example, I get a jQuery error relating to UI autocomplete not being available. This doesn’t happen on pages with DW Q&A content – as I assume because on those pages all relevant dependent assets are invoked and loaded. The console errors only appear when, I believe, “jQuery UI” isn’t loaded.[https://stackoverflow.com/questions/39087058/jquery-autocomplete-is-not-a-function/39087206#comment91985477_39087206]
What should happen:–
All assets should only loaded when required.What needs to change:–
Assets (all of them) should be loaded when required, and none should be loaded when not required.
The topic ‘New Bug Found relating to asset loading’ is closed to new replies.