I'm having a problem similar to "Seeing javascript%3Avoid%28%29 when deleting a filter".

1. Edit your favorite existing view.
2. Look for the bold text that says "SORT CRITERIA".
3. Look for the Add button and the arrow button.
4. Click the arrow button and choose "Rearrange".
5. In the popup window, click "Remove" on any sort criteria.
6. See page not found error.

I'm using Drupal 7.23, ctools 7.x-1.3, and panels 7.x-3.3 .

I'm also seen other quirks with this version of views.
I'm getting desperate and I might try using the "7.x-3.x-dev" version of views.

-Roger

Comments

RKS’s picture

I have the exact issue with the same page not found and js error. In the console, it appears there's also a jquery ui issue when trying to select an option which launchs a modal in views edit. I.e. the rearrange option on anything.

Console shows: Uncaught TypeError: Object function (a,b){return new p.fn.init(a,b,c)} has no method 'curCSS' jquery.ui.position.min.js?v=1.8.11:12

This leads me to believe the issue is outside of views as this doesn't look to be views specific. So can you provide some more details about your installation so maybe we might find some similarities and track this issue down? For example, I'm using the flat ui theme (which is a sub theme of radix). I'm also using jQuery update module and this has caused some other problems, especially in combination with administration menu. this module was my first suspect, but turning it off didn't fix my views woes...do you have anything else you think might cause some issues?

I'm also getting a giant block of jargon when submitting and I have to use the back button, then reload for the submit to take.

It basically looks like the following but several pages:

[{"command":"settings","settings":{"basePath":"\/sites\/sample\/","pathPrefix":"","ajaxPageState":{"theme":"unary","theme_token":"iB_z4lXmJ-ZstqilpmksixOu3IzgJ5OwS80Xkp5SpNw"},"CTools":{"dependent":{"edit-options-label":{"values":{"edit-options-custom-label":[1]},"num":1,"type":"hide"},"edit-options-element-label-colon":{"values":{"edit-options-custom-label":[1]},"num":1,"type":"hide"},"edit-options-custom-date-format":{"values":{"edit-options-date-format":["custom","raw time ago","time ago","raw time hence","time hence","raw time span","time span","raw time span","inverse time span","time span"]},"num":1,"type":"hide"},"edit-options-timezone":{"values":{"edit-options-date-format":["custom","long","medium","short"]},"num":1,"type":"hide"},"edit-options-element-type":{"values":{"edit-options-element-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-class-enable":{"values":{"edit-options-element-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-class":{"values":{"edit-options-element-class-enable":[1],"edit-options-element-type-enable":[1]},"num":2,"type":"hide"},"edit-options-element-label-type":{"values":{"edit-options-element-label-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-label-class-enable":{"values":{"edit-options-element-label-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-label-class":{"values":{"edit-options-element-label-class-enable":[1],"edit-options-element-label-type-enable":[1]},"num":2,"type":"hide"},"edit-options-element-wrapper-type":{"values":{"edit-options-element-wrapper-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-wrapper-class-enable":{"values":{"edit-options-element-wrapper-type-enable":[1]},"num":1,"type":"hide"},"edit-options-element-wrapper-class":{"values":{"edit-options-element-wrapper-class-enable":[1],"edit-options-element-wrapper-type-enable":[1]},"num":2,"type":"hide"},"edit-options-alter-text":{"values":{"edit-options-alter-alter-text":[1]},"num":1,"type":"hide"},"edit-options-alter-path":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-absolute":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-replace-spaces":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-external":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-path-case":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-link-class":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-alt":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-rel":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-prefix":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-suffix":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-target":{"values":{"edit-options-alter-make-link":[1]},"num":1,"type":"hide"},"edit-options-alter-help":{"values":{"edit-options-alter-make-link":[1],"edit-options-alter-alter-text":[1],"edit-options-alter-more-link":[1]},"num":1,"type":"hide"},"edit-options-alter-max-length":{"values":{"edit-options-alter-trim":[1]},"num":1,"type":"hide"},"edit-options-alter-word-boundary":{"values":{"edit-options-alter-trim":[1]},"num":1,"type":"hide"},"edit-options-alter-ellipsis":{"values":{"edit-options-alter-trim":[1]},"num":1,"type":"hide"},"edit-options-alter-more-link":{"values":{"edit-options-alter-trim":[1]},"num":1,"type":"hide"},"edit-options-alter-more-link-text":{"values":{"edit-options-alter-trim":[1],"edit-options-alter-more-link":[1]},

acti_SFO’s picture

I got the same issue with Views when updating "Jquery update" module.

jQuery update pushes the 1.8 jquery library.

It seems that Views is only compatible with 1.7 version.