collapsed link-embed won't expand
| Project: | Web Links |
| Version: | 6.x-2.3 |
| Component: | Contrib: Embed |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I'm not sure if this is a bug, but it looks like it.
Go to http://79.170.40.231/thedocsmanchester.co.uk/?q=node/272 . You should get three groups of collapsed embedded links. If things are working as they should, you can expand and collapse the groups as normal.
Now navigate away from the page to another page on the site. Return to the original page (choose 'Sexual Health' in the left sidebar). If you are seeing what I'm seeing, the groups are no longer expandable. This remains true for any other pages with embedded links.
However, if you go to the main links page:
http://79.170.40.231/thedocsmanchester.co.uk/?q=weblinks the groups are still expandable.
Is this an issue with my theme or a conflicting module? Or is the link-embed contrib not loading the JS correctly?
Site caching is currently disabled if that's any help.

#1
Update: I've downgraded to 6.x-2.3, disabled all except core modules (plus Devel) and switched to Garland: still the same result.
The source code for a collapsed fieldset look like this:
<fieldset class=" collapsible collapsed"><legend>My links</legend>If the JS has done its job this is rewritten as:
<fieldset class=" collapsible collapsed"><legend><a href="#">My links</a></legend>What's happening is that if I revisit a page with an embedded link, the
<a href="#">My links</a>doesn't get written, thus disabling the expandability. Using Devel to clear the cache restores the functionality until I navigate away and then come back to the page.However, the collapsed fieldsets on the weblinks main links page always remain expandable. I can see the fieldsets load and then the group titles get activated as links - the wee arrows appear last.
Any tips on how I can pin down what's happening here? I notice that links-embed requires Menu. Any way of troubleshooting that relationship?