The classes provided in the group by fields rows <div> and <ul> are now blank in spite of whatever is set in List class and wrapper class
As a result I have :
<div class=" ">
<h3><span class="date-display-single">2010</span></h3>
<ul class=" ">
<li class="views-row views-row-1 views-row-odd views-row-first homepage-work-list-row">
(etc.)
</ul>
</div>
Instead of :
<div class="work-group">
<h3><span class="date-display-single">2010</span></h3>
<ul class="homepage-work-list">
<li class="views-row views-row-1 views-row-odd views-row-first homepage-work-list-row">
(etc.)
</ul>
</div>
running views 7.x-3.x-dev datestamp = "1301660238" with drupal 7.x-dev release 2011-Mar-29 and ctools 7.x-1.0-alpha4
Comments
Comment #1
lnovell30 commentedThis seems to be with any custom css classes, not just group by. It seems to have occurred as part of the move from the beta 3 release to the 7.x-3.x-dev release. My problem is that the beta 3 release causes portions of my content to be missing from output, such as images, some links...,
I've had to compensate by modifying current theme; but obviously, this is not the right approach...
Comment #2
merlinofchaos commentedI'm having trouble reproducing this. Can you provide a view export so I can see what it is you're doing? Then reset this to active.
Comment #3
dawehnerCan you please try out the latest git version? It should be fixed there already.
Comment #5
Jerome F commentedIt's ok I installed the 2 april 2011 dev release and the problem is gone. Thank you