Closed (outdated)
Project:
Panels
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 17:55 UTC
Updated:
29 May 2018 at 02:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
merlinofchaos commentedWell, there is definitely at least one CSS issue -- those lists shouldn't have bullets. So something is breaking that. But I don't know if that'st he problem.
It is showing a lot of dropdowns; usually only one is visible at a time. That might mean something is crashing javascript. Can you check your javascript console? Maybe a module is causing js to crash? It's also possible that jquery update might be breaking things, as I have never tested this with any jquery newer than what comes with Drupal core.
Comment #2
alex overton commentedHi,
Thanks for the reply,
I have just checked the console and it is throwing nothing up, attached screenshot. This is after reverting back to Bartik 7.16 theme and flushing the cache.
so in my mind would eliminate a css issue?
I am going to disable the mods from yesterday and report back if any change.
Comment #3
merlinofchaos commentedPanels runs in your admin theme; it does look like your admin theme isn't currently set to Seven, based upon the buttons. Maybe that's part of the problem?
Comment #4
alex overton commentedUnfortunately, it is the same in Seven ...
Most be a mod that is adding some CSS or Trashing Ajax somehow..
something is adding the
Comment #5
austintnacious commentedI'm not sure if I'm barking up the wrong tree here but I came across this thread while looking for answers to a Panels UI problem I was having.
I solved the Panels UI problem, i.e. no modal dialogues for panels content and styling were displaying, I could watch in Chrome's Developer tools that the modal frames' code was being sent to the browser but not being rendered.
Anyway through trial and error I have discovered that the Panels UI modal forms do not like JQuery 1.8!
Set JQuery Update setting for JQuery version back to 1.7 and Panels UI modal forms work as they should. I've confirmed the same configuration problem on another (live) site with basically the same drupal + modules + themes stack.
I know Panels has had issues with JQuery compatibility in the past and it may be common knowledge that Panels is not compatible with version 1.8 but you might just check that for your problem here. With 1.8 selected I was getting the drop downs but when selecting to change style or to add content etc. I would not get the modal form to continue on my way. The modal backdrop (grey opaque layer) would display and then nothing.
Anyway, check JQuery Update settings and you might find your having the same problem as I was.
Comment #6
alex overton commentedThanks for the reply ....That was the problem....
Sorry for the late reply...just started back working on the project again!
Cheers
Alex
Comment #7
dsnopekI'm pretty sure this is fixed now :-) Feel free to reopen if I'm wrong!