SharePoint View Stuck in ‘Loading…’ State
I was presented with a WSS 3.0 site containing a document library with a collapsed grouping on a metadata column. A problem was reported where every time a user went to expand the grouping the interface appeared to get stuck in a ‘Loading…’ state (with no document results ever returning).
After some quick investigation I noticed an error notification in the lower left. The error message stated ‘Access is denied’ and made reference to ‘WebResource.axd’. I recalled this has to do with images so I took a quick look at the html in the content editor web part. Sure enough I found a typo where the image redirection url had a ‘…//…’ where it needed a ‘…/…’.
Quick fix. Problem solved. Data accessible.