Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 18:21 UTC
Updated:
10 Jun 2008 at 23:52 UTC
As mentioned on IRC, Drupal 6 allows CSS files to be overridden by file name, thus files like tabs.css are prime candidates for themes like Zen to overide, leaving the Jquery UI tabs non-functional.
No patch here as it involves file renaming in addition to a modifiying a few lines of code. (I don't think patches can handle renaming (deletion, creation)?) In any event, I figured you'd want to pick the name convetion anyways.
Thanks!
Comments
Comment #1
johnalbinHmm.. all modules should be prefixing their stylesheet filenames with MODULE-. For example, views-tabs.css instead of just tabs.css
But since Views puts its stylesheets into a css directory, shouldn't the paths be different? I.e. Zen’s "tabs.css" shouldn't be overriding Views' "css/tabs.css" because the paths are different. Right?
/me should really test this before commenting. :-p
Comment #2
merlinofchaos commentedI think the module css file overriding is path independent so indeed it needs to be views-tabs.css, which is kind of annoying but that's the way it is.
Comment #3
merlinofchaos commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.