Posted by duellj on November 13, 2010 at 9:28pm
3 followers
Jump to:
| Project: | Views Accordion |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When using inline fields with a separator, the separator always is displayed underneath the accordion. In the attached screenshot, I'm using "|" as the separator, and as you can see, it's underneath both accordions.
| Attachment | Size |
|---|---|
| views_accordion_separator-1.jpg | 34.53 KB |
Comments
#1
Confirming this bug.
Apparently the wrapAll jQuery function only wraps actual html elements, and not plain text in between... looking for a solution, if anyone ever encountered this with jQuery feel free to chip in!
#2
As a workaround for now, you can wrap whatever you use as separator within a span, like for example:
<span>|</span>