Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 20:19 UTC
Updated:
16 Jun 2009 at 20:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dixon_If you didn't already notice, I attached a patch that fixes the issue.
Comment #2
stephthegeek commentedmerlinofchaos, just to respond to your question on IRC earlier, I'm +1 on this so there's a general row class in there.
The class names are long though and I think you could drop the "views-" part of them (since you can always target the standalone "views" class higher up), but I'm guessing you probably don't want to change that now anyway :)
Comment #3
merlinofchaos commentedThe views- is mostly protection against themes that use generic tags. Every time I don't use view- whatever, some theme breaks things and it's all my fault. :P
Comment #4
dixon_I agree that the "views-" part is necessary. In almost all cases modules should user their name as a prefix. There are some general cases that I tend to skip this pattern. But I generally agree.
Comment #5
Anonymous (not verified) commentedThe latest .dev doesn't seem to have this yet...
I've attached an updated patch so we can hopefully get this committed.
Comment #6
merlinofchaos commentedCommitted. THanks!