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.

CommentFileSizeAuthor
views_accordion_separator-1.jpg34.53 KBduellj

Comments

manuel garcia’s picture

Version: 6.x-1.4 » 6.x-1.x-dev

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!

manuel garcia’s picture

As a workaround for now, you can wrap whatever you use as separator within a span, like for example: <span>|</span>

manuel garcia’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing now due to 6.x no longer supported.