Closed (cannot reproduce)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2009 at 07:53 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnercould you please try out http://drupal.org/project/jquery_ui
its better to use such modules, they perhaps do some stuff to solve this issue.
there should be a firebug error, because the js broke anywhere and don't hide the displays anymore.
Comment #2
dropcube commentedComment #3
lisa.lite commentedthe original post including the screenshot contains an accurate and reproducible description of the problem.
if you set the status to postponed (maintainer needs more info) it would be nice to know what kind of additional information is required.
Comment #4
merlinofchaos commentedMaybe the last one is a little terse and hard to understand, but there are instructions there...
First, though, I'm going to say that if jquery UI 1.6 breaks Views, then don't add it. Or use a different administrative theme, because you don't need it when using Views. Second, did you try the jquery ui module? If not, why did you choose to ignore this request?
Comment #5
lisa.lite commenteddrupal-6.12
views-6.x-2.5
jquery.ui-1.6 http://code.google.com/p/jquery-ui/
garland.info
scripts[] = ui.core.js
Firefox 3.0.6
Firebug 1.3.3
The inclusion of ui.core.js in garland.info causes the Views UI tabs to be expanded (sshot-1.png)
The Firebug console does not report any javascript errors (sshot-2.png)
drupal-6.12
views-6.x-2.5
jquery.ui-1.6 http://code.google.com/p/jquery-ui/
jquery_ui-6.x-1.2
jquery_update-6.x-1.1
The inclusion of ui.core.min.js in a custom block via jquery_ui-6.x-1.2, jquery_update-6.x-1.1
and the function
<?php jquery_ui_add(array('ui.draggable', 'ui.droppable', 'ui.sortable')); ?>(sshot-3.png)produces the same effect (sshot-4.png)
jquery.ui-1.6 http://code.google.com/p/jquery-ui/
jquery-ui-1.7.1 http://code.google.com/p/jquery-ui/
The comparison of jquery.ui-1.6 and jquery-ui-1.7.1 yields the following result:
ui.core-1.6.js causes the Views UI tabs to be expanded (sshot-1.png)
ui.core-1.7.1.js has no unintended sideeffect on the Views UI tabs
I tried to localise the problem by removing parts of ui.core.js (ui.core-1.6.js.txt, ui.core-1.7.1.js.txt)
ui.core-1.6.js
;(function($) {ui.core-1.7.1.js
;jQuery.ui || (function($) {The ui.core-1.6.js init function seems to be related to the Views UI tab behavior.
Im not sure if the problem is caused by ui.core-1.6.js or the Views UI tab javascript implemetation.
Comment #6
markus_petrux commentedIIRC, jQuery UI 1.6 is supposed to be the new stable release of jQuery UI for jQuery 1.2.x. But the problem is this requires jquery_update module, and maybe this introduces some kind of incompatibility when jQuery UI 1.6 is installed due to changes in modules to adding backward support for jQuery UI 1.5.x, but also forward support for jQuery UI 1.7.x.
jQuery UI 1.6 is pretty new and I think jQuery UI 1.5.x and jQuery UI 1.7.x have been under more tests and reviews by Drupal module authors.
I would suggest trying latest -dev version of jquery_update module, that upgrades Drupal to jQuery 1.3, and then you can use jquery_ui module with jQuery UI 1.7.x. And maybe this can avoid having to review all code dependent on jQuery for compatibility with jQuery UI 1.6, so maybe we can jump from jQuery UI 1.5 to jQuery UI 1.7.
Comment #7
esmerel commentedComment #8
miniwebs2 commentedJust about to delve into jquery - now I'm REALLY confused!! Which is the latest and most stable version that the likes of me should go for straight up without falling into any problems? Drupal v6.
Comment #9
jaarong commentedGood luck figuring that out kaybee. I haven't been able to yet. Enabling jquery UI degrades Views into the non-AJAX version for me. I haven't found instructions on how to make the two play nice together yet.
Comment #10
dawehnerThere was some patches for views ui.
Could you check whether the views ui works on 2.11?
This would be cool
Comment #11
safetypinAs far as I can tell, jquery_update (v1.1) breaks the UI completely. I found this thread trying to see if there was anything to do about it. I thought after reading this thread that installing jquery_ui (v1.3) might fix the issue, but it doesn't. I'm running Drupal 6.19, with MySQL 5, PHP 5.2. The error message is unintelligible to me, it's a long list that appears to be the entire output of the ajax call.
Comment #12
merlinofchaos commentedYour problem is probably solved by http://drupal.org/node/479368 -- which is a patch to Drupal core.
Comment #13
WorldFallz commentedI cannot reproduce this using the following on a fresh install:
D6: current dev, garland theme
jquery_update: current 2.x dev with jquery 1.3.2
jquery_ui: current 1.x dev with jquery.ui 1.7.3
views: either 2.x dev or 3.x dev
Please try that setup and see if the problem persists.
Comment #14
1timer commentedsub
Comment #15
esmerel commentedno activity for 30 days