Closed (fixed)
Project:
Views tree
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2016 at 20:05 UTC
Updated:
16 Mar 2022 at 07:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
stephen ollmanI can confirm this issue started after the latest update.
Patch also fixes the issue for me too.
Thanks!
Comment #3
rooby commentedThis solution will break things if views trees were added using ajax. In that case the trees would not be processed.
It would be better to use jQuery.once
Comment #4
rooby commentedHere is a D7 patch that fixes it.
Leaving as needs work since it is still a d8 issue for now.
Comment #5
Mykola Antoshchuk commentedHere is a D8 patch.
Comment #6
alphawebgroupComment #7
wombatbuddy commentedConfirm that the patch #5 fixed the issue
(also, the clearing of the browser's cache was needed).
Comment #8
mradcliffeMissing jquery dependency - #2793823: Missing jQuery and jquery.once dependencies patch conflicts with this one. I'm uploading #5 but without the libraries.yml change so that both patches can be applied without conflicts.
I removed the double wrapped jQuery call as #2798323: Make provider prefix to username optional should solve that.
I also fixed the patch file to be a git diff rather than using diff.
Comment #9
gaurav.kapoor commented#8 resolves the issue of the duplicate of collapsers and also produces a cleaner UI.
Comment #11
gaurav.kapoor commented