Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 21:13 UTC
Updated:
29 Oct 2011 at 21:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerCan you attach the downloaded file? Perhaps there can be found something in the output.
It might be broken json output.
Comment #2
desierto commentedSure... currently I am trying to add a 'header' to a view and the problem is happening. I added the .txt extension to the file so I could upload it here... it downloaded with no extension. The file is attached. Thanks for taking a look... this problem seems like it must happen with others' installs as well.
Comment #3
dawehnerCould you please try to update to the latest version of views? It might be fixed there already.
Comment #4
desierto commentedI have updated to the latest dev version (7.x-3.x-dev) with no change. I cleared all caches twice and reloaded the page. One thing I have noticed is that when this problem happens it appears not everything is loaded in the pop-up. The "more" link on the bottom is never a link as it is in the dialogs where it works. I have posted another screen shot... as you can see the "more" link is only text. I also will post the html of the pop-up as txt file... I suspect everthing is not loading that is supposed to.
Thanks for any help... I have noticed others on Drupal forums who seem to have the same issue.
Comment #5
merlinofchaos commentedThis kind of output almost always means a javascript crash.
Check your browser's javascript console.
It is usually caused by bad js code in a theme or module, particularly if a theme is changing the version of jquery.
Comment #6
desierto commentedI've tried on several different computers with different browsers and always the same thing.
The error that comes up in the error console when I click to edit the header is "Error: uncaught exception: Syntax error, unrecognized expression:" with no more details.
I am using the "basic" theme and haven't hacked anything. Thanks.
Comment #7
dawehnerDo you have enabled any kind of custom modules providing some javascript?
Does your error console describes in which file this error exists?
To find the root of your problem i would try to switch the theme and see whether it's the causer.
Comment #8
thierryb commentedHi
I had the same problem with views, I solved the problem by disabling the module jQuery Update. Reading this post I found this solution, thank you.
Comment #9
bojanz commentedAs others have said, this is not a Views problem. Some other module (or theme) is causing your problem. Disabling modules and themes until it starts working is wise.
Might also want to try and test your drupal instance on another server, in case it's a server problem (bad mimetypes or something).