This module doesn't co-operate with the module collapse_text. When I place a external link between [collapse] and [/collapse] the extlink icon doesn't show up.

Comments

nonprofit-1’s picture

Assigned: nonprofit-1 » Unassigned
quicksketch’s picture

Status: Active » Postponed

I don't know anything about collapse_text. A patch will need to be provided for this to be fixed.

quicksketch’s picture

Status: Postponed » Closed (fixed)

Closing after lack of activity, please reopen if a patch can be provided.

HagRic’s picture

Version: 6.x-1.8 » 6.x-1.10
Category: feature » support

Hi,

I can confirm, that it's not working with collapse_text IF you use [collapse collapsed] if you use just [collapse] it's working.

@quicksketch
collapse_text is module that allows you to imbed collapsible fieldsets into nodes.

I guess this causes the 'bug' (or is it a feature?)

if ($(this).css('display') == 'inline') $(this).after('<span class......

Why do you check whether display is 'inline' or not?

Would be helpful if you could provide us with more information!

Thanks,
HR

HagRic’s picture

Status: Closed (fixed) » Needs work

Sorry, i forgot to reopen the Issue...

kunago’s picture

I reiterate the question in #4 - what is the purpose of the condition "if ($(this).css('display') == 'inline'"? I too am using Collapse text module and experience what is described here. On removing the condition, everything works well. So the question is - why does the link need to be "inline"?

quicksketch’s picture

The "inline" is one of the hacks necessary to make extlinks work in IE7 and earlier I believe. See:

#411848: External Links css validation errors
#132614: strange graphic placement when link wraps line

quicksketch’s picture

Status: Needs work » Closed (fixed)