Active
Project:
SWF Tools
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 14:21 UTC
Updated:
15 Sep 2011 at 12:24 UTC
When using swftools within a views field the output is wrapped within 2 levels of span. e.g.
<span class="views-field-field-fyeo-podcast-fid-1">
<span class="field-content">
Since swf emits the player wrapped in <div> this breaks the xhtml requirement that block level elements not be within inline elements.
This could be changed to remove the inner div although it might break style sheet references.
I am not sure if you can detect the case that you are being called from views, if so this could be a conditional case.
Comments
Comment #1
castawaybcn commentedI just had a similar issue with a colorbox field and found the solution in this post, I hope it helps.