Active
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2011 at 16:29 UTC
Updated:
23 Dec 2011 at 11:53 UTC
Hello,
When I do use a views context display to display parts of views in several panes (exposed widgets in a region, rows in another, ...) I do get the views rows fields output without any row wrappers to separate each row.
I so get some HTML like this (missing "views-row" wrappers) :
<div class="panel-pane pane-views-row">
<div class="pane-content">
<div class="views-field views-field-title"><span class="field-content">title here</span></div>
<div class="views-field views-field-field-description"><span class="field-content">description here</span></div>
<div class="views-field views-field-title"><span class="field-content">title here</span></div>
<div class="views-field views-field-field-description"><span class="field-content">description here</span></div>
<div class="views-field views-field-title"><span class="field-content">title here</span></div>
<div class="views-field views-field-field-description"><span class="field-content">description here</span></div>
<div class="views-field views-field-title"><span class="field-content">title here</span></div>
<div class="views-field views-field-field-description"><span class="field-content">description here</span></div>
<div class="views-field views-field-title"><span class="field-content">title here</span></div>
<div class="views-field views-field-field-description"><span class="field-content">description here</span></div>
</div>
</div>
Does anyone know where to look at in order to fix it ?
Thanks.
Comments
Comment #1
Letharion commentedPlease provide an export for reproduction of the error. And really, how is this a "critical" issue?
Comment #2
Letharion commentedComment #3
Iwarold commented"critical" priority was a mistake, I wanted to select "major" (as, from my point of view it's major since it really cause a pain in the *** to theme the views results set)
Here is the view export :
Comment #4
merlinofchaos commentedThis is a CTools issue.
I thought I had fixed this but looking at the code I'm not sure I did. I know there's already an issue but I can't find it in a quick search.
Comment #5
Iwarold commentedThanks for the answer Merlin. Is there a way for me to help ?
Comment #6
Iwarold commentedAny news ? :) Merry XMas btw ;)
Comment #6.0
Iwarold commentedAdded "code" tag