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

lnovell30’s picture

This 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...

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

I'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.

dawehner’s picture

Can you please try out the latest git version? It should be fixed there already.

Jerome F’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It's ok I installed the 2 april 2011 dev release and the problem is gone. Thank you