Download & Extend

Inline fields with separator breaks layout

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.

AttachmentSize
views_accordion_separator-1.jpg34.53 KB

Comments

#1

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!

#2

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

nobody click here