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.
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
Comment #1
nonprofit-1 commentedComment #2
quicksketchI don't know anything about collapse_text. A patch will need to be provided for this to be fixed.
Comment #3
quicksketchClosing after lack of activity, please reopen if a patch can be provided.
Comment #4
HagRic commentedHi,
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
Comment #5
HagRic commentedSorry, i forgot to reopen the Issue...
Comment #6
kunago commentedI 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"?
Comment #7
quicksketchThe "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
Comment #8
quicksketch