Closed (works as designed)
Project:
Omega
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2013 at 08:07 UTC
Updated:
17 Jun 2013 at 12:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
giorgoskusing in omega views-view-table.tpl.php
gives wrong classes
instead the default views-view-table.tpl.php
gives good results
Comment #2
giorgoskeffectivelly the omega views-view-table.tpl.php
outputs the TABLE classes as ROW classes
(which probably means that $row_attributes is the same as $attributes)
using the default VIEWS views-view-table.tpl.php or the attached (modified) views-view-table.tpl.php template works OK
but I am not providing a patch since not sure this is the correct solution ...
Comment #3
hejeva commentedI was seeing this bug negatively affect a view that was using draggableviews. I couldn't see the arrows to reorder and it would only give row weights.
Implementing the fix from #1 fixes draggable views and omega 4.x.dev.
Comment #4
msmithcti commentedUnable to reproduce this with the latest dev version of Omega. This was on a fresh install, a view of node titles in the tables views display. The correct row classes (odd/even views-row-[first/last]) are printed in the table rows. I've also tried this with a view using draggable views.
If you are still getting this bug can you please provide more info on how to reproduce?
Comment #5
hejeva commentedI misspoke on what version I was using. A the time it was beta3 version.
Draggable views is broken when using omega.
I did a update of a draggable view and it works with:
Works..
So what I was seeing has been fixed.
Comment #6
fubhy commentedOkay.