Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 14:24 UTC
Updated:
23 Oct 2009 at 15:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
blueblade commentedI have similar problem. Vertical Tabs was working (Google Chrome) until I upgraded to Drupal 6.14 yesterday. Right now it just look like I have never installed Vertical Tabs in Google Chrome but VT is still working in Firefox.
Google Chrome upgraded itself last night and I upgraded to Drupal 6.14 at around the same time so I am not sure which is causing the problem...
Comment #2
avpadernoI am using the module with Drupal 6.14, and I don't have problems with Safari, which shows me the user interface as I would expect (see the attachment).
Comment #3
blueblade commentedActually I have just noticed that VT works fine even in Chrome ONLY when you're logging in as a non-admin user
Comment #4
garywiz commentedI believe the problem is jQuery. We just started having this problem with vertical tabs in Safari, everything started breaking. I just realized it started when we installed the jQuery Update module (another module requires it).
When I turn off jQuery Update, vertical tabs starts working again.
Comment #5
garywiz commentedAn update on my comment #4 ...
The problem I just described (jQuery Update + VT incompatibility) does indeed happen on Safari 3.2.1. VT does appear to break entirely with newer version of jQuery on that Safari version.
But, happily, on Safari 4.0.3, VT appears to work perfectly even with the newer versions of jQuery.
Which is good, because I forgot just how miserable it feels trying to debug js problems without Firebug!
Of course, this may have nothing to do with the other comments posted here, but passing along some info.
Comment #6
ptoly commentedgarywiz, thanks!