Multinode treepicker not selecting content nodes in Firefox
I'm having issues with the multinode treepicker v2 in the latest versions of Umbraco. When you try and select any content using the picker, it won't actually add it. Anyone else seen this issue before?
I'm using the lastest version of Umbraco (7.10.1), but have noticed this in the last few minor releases.
There aren't any console errors and the only things in the logs that seems related to the treepicker is this
2018-04-09 13:29:56,888 [P29020/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field multiPicker
2018-04-09 13:29:56,889 [P29020/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field onlyImages
2018-04-09 13:29:56,889 [P29020/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field disableFolderSelect
2018-04-09 13:29:56,889 [P29020/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field startNodeId
2018-04-09 13:29:56,902 [P29020/D2/T18] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field default
2018-04-09 13:29:56,902 [P29020/D2/T25] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field default
2018-04-09 13:29:56,905 [P29020/D2/T51] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field default
2018-04-09 13:29:56,902 [P29020/D2/T46] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars
I believe I've found the issue. It appears that on localhost there is delay between when you select an item and it making some query to get details for selected nodes. If you hit submit before this is done, it won't select anything. Hope this answer helps anyone having similar issues.
Multinode treepicker not selecting content nodes in Firefox
I'm having issues with the multinode treepicker v2 in the latest versions of Umbraco. When you try and select any content using the picker, it won't actually add it. Anyone else seen this issue before?
I'm using the lastest version of Umbraco (7.10.1), but have noticed this in the last few minor releases.
EDIT: I'm in the Firefox 60
Hi Jon,
do you have any errors in your browser console? You can also find errors located in the log file at location:
~/App_Data/Logs/...
.Hope this helped!
/Michaël
There aren't any console errors and the only things in the logs that seems related to the treepicker is this
Not sure if that means anything
Hi Jon,
Could you upgrade to 7.10.2 today ? There is a fix related to the content pickers in that one.
Maybe this issue is related.
Dave
I believe I've found the issue. It appears that on localhost there is delay between when you select an item and it making some query to get details for selected nodes. If you hit submit before this is done, it won't select anything. Hope this answer helps anyone having similar issues.
is working on a reply...