Jump to:
| Project: | Collapse Text |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I'm trying to add a link on my page for when a user clicks on the link the content within the [collapse collapsed] and [\collapse] tag appears.
The problem is the link content does not wrap, it runs off the page.
My code:
[collapse collapsed title="My program has completed Step 2: Application but does not plan to submit or failed to submit our Candidacy Materials on the Candidacy due date we selected in our application"]
The program must submit a request in writing blah, blah, blah, blah.
[/collapse]
**********************************************************************************
The following text runs off the page - does not wrap:
[collapse collapsed title="My program has completed Step 2: Application but does not plan to submit or failed to submit our Candidacy Materials on the Candidacy due date we selected in our application"]
Comments
#1
#2
Subscribing
#3
Are you using an editor, like FCK? If so, you need to make sure you're in Full HTML mode, or else the editor will filter things out. You're code looks fine... other than the title is a bit long and contains quotes, which I never use in collapse fields.
Check your filter, that's most likely the issue.
#4
I have the same problem.
My filter is "full HTML."
I am not using quotes but my long titles are not wrapping.
Does anyone have a collapsible text area with long titles that is working?
Could it be a theme issue or an editor issue?
I have the newest version of CKeditor installed (Not FCKeditor).
I am using a Marinelli-based theme.
#5
Hi,
I can see how the wrapping can be an issue. However, I'm not sure there is much I can do in the module itself to solve this. A new beta I just created (6.x-2.0-beta1) does allow you to do theme override which will give you some level of control that did not previously exist.
Regards,
Anthony
#6
Hi! I think that this is an issue with how fieldsets are rendered. You could try to add a CSS rule that made the legends inside fieldsets wrap (look at white-space: normal), but I think that's about it...
#7