Hi!
I just updated to beta 5 of Panels 2
Now i'm experiencing similar problems like those mentioned in the following (older) issues:
Error occurs when attempting to edit panel content
http://drupal.org/node/199638
Drag and Drop stopped working
http://drupal.org/node/194475
alpha 14 is incompatible with the jquery.js provided by jQuery Update
http://drupal.org/node/194798
my drag and drop in the content area of panels does not work anymore. existing panes can not be moved (title of pane turns red when trying to move it, but no errors occur)
it's also impossible to add new panes or remove existing ones. The page simply reloads but nothing happens.
i'm using Firefox 2 and I have JQuery Update 5.x-1.0 enabled.
any ideas what is going wrong?
thanks for your help
Morgenstern
Comments
Comment #1
summit commentedHi,
Shouldn't Jquery 2 not be enabled yet?
It is already in beta and other modules are using it also (like hierarchical select).
greetings,
Martijn
Comment #2
merlinofchaos commentedI feel somewhat offended that you knowingly submitted duplicates of older issues. As if this issue queue isn't hard enough to deal with as it is, but adding detritus to it *knowingly* is counter productive.
Comment #3
Morgenstern commentedsorry for that, but actually i tried all those hints to solve the named issues and none of those helped me to solve my problem... also all those issues are either closed or said to be solved in earlier versions, so my thought was that probably my problem seems to be sth. new....
I also just found out about the dup at http://drupal.org/node/267877 and wasn't sure if it's the same problem, because some people over there can see those inline popups while I can't even see those...
i also tried updating to jquery_update 2 which also did not solve the problem
I do not have the intention to offend anybody I just try to get help in solving my problem and thought it would be helpful to see if there are other people with similar problems since updating to beta5 of panels 2.
Comment #4
merlinofchaos commentedComment #5
sdboyer commentedUgh. Seems more and more like black magic that makes our js work AT ALL with every one of these new issues that I see crop up. I really need to start keeping a cross-referenced chart of browser version, jQuery version, & panels version...
Anyway. So you've installed the jquery update module - that also means that you've replaced the jquery.js file in /misc as required, right? Just want to make sure.
Beyond that, the only thing I can really think to ask is that you install firebug (if you don't already have it) and provide us with a dump of any js errors or xmlhttprequests that get made whenever you try any of these operations unsuccessfully.
Comment #6
Morgenstern commentedHi!
This bug occurs using the following module versions:
Both, jQuery_update (5.x-1.0) and (5.x-2.0-rc1) - Yes I replaced the files in /misc
Panels (5.x-2.0-beta5)
I tested it with the following browsers:
IE 6 and 7
Firefox 2 and 3
I also tried downgrading to previous versions of Panels (beta 4) and experienced this bug, too.
I have firebug installed but I'm not very experienced in using it for debugging js. Actually there are no obvious js errors show in firebug while trying to drag&drop panes or trying to add or remove them. Do I have to configure firebug in any way to make it log js errors?
Comment #7
Morgenstern commentedhi!
we were able to solve this problem by disabling the livesearch module which had a js bug and seemed to interfere with jquery functionality of other modules (http://drupal.org/node/152125).
Comment #8
sdboyer commentedHmm, I'd swear that we already had an issue covering this. Oh well, this one works just as well - I've made an addition to the KNOWN_ISSUES.txt file that references this issue.