Active
Project:
Entity Panels
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2015 at 16:39 UTC
Updated:
31 Aug 2015 at 15:53 UTC
Jump to comment: Most recent
I have found a bug which will show empty regions. To reproduce that you have to follow these steps
Here is the html output inside the panel looks like this
<div class="3-columns-33-33-33 panel-display panel-display--3-columns-33-33-33">
<div class="region l-left">
<div class="panel-pane pane-fieldable-panels-pane pane-uuid-3e2066ee-08fe-40d1-ac17-97ce8a09aa18 pane-bundle-feature">
<div class="fieldable-panels-pane">
</div>
</div>
</div>
</div>
Inside div.fieldable-panels-pane the content of the fpp should show up
Comments
Comment #2
fox_01 commentedComment #3
maximpodorov commentedDo you have ideas of the reasons of this problem? Is it reproducible with normal entities, not fpp ones?
Comment #4
fox_01 commentedi dont really know but i have switched to panelizer and this works. maybe it could have something to do with entity_cache i have installed together with entity_panels