I am getting an error when trying to delete a page from the Search panel of the Websites/SiteAdmin page.
[img]delete.png[/img]
When I attempt to delete any page from the search results, I get a javascript error, the screen gets stuck on a 'Searching...' screen, and the page never gets deleted.
[img]searching.png[/img]
The javascript error seems to be caused by the code attempting to find the tree component from the 'Websites' tab panel but 'this.id' on the Search panel is different than the id on the Websites panel so the code on the Search panel can't find the tree component. As such, the 'tree' variable is null so attempting to call getRootNode causes the error.
[img]error.png[/img]
Is anyone else getting this same behavior? Is this a known bug? Is there a hotfix for this?
Thanks in advance for any help in getting this resolved.