Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2011 at 07:07 UTC
Updated:
27 Feb 2015 at 15:44 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedThis has been working for me for some time. If that link is not working it may indicate that somehow javascript is crashing for you. Perhaps there's an error in your javascript console?
Comment #2
jennypanighetti commentedNo error in Safari or Firefox consoles. Same issue in both; the link itself tries to load in the browser window.
I can get around it by clicking on the field and then using the "remove" button. This error occurs only when I go to the "Rearrange" button and try to remove it from those circle buttons..
Comment #3
jennypanighetti commentedI noticed in firebug that this link might be acting this way because it's looking specifically for "/mysite/javascript:void()". I found the place where this link is created:
/includes/admin.inc, lines 2696 and 2982.
$row[] = drupal_render($form[$id]['removed']) . l('<span>' . t('Remove') . '</span>', 'javascript:void()', array('attributes' => array('id' => 'views-remove-link-' . $id, 'class' => array('views-hidden', 'views-button-remove', 'views-remove-link'), 'alt' => t('Remove this item'), 'title' => t('Remove this item')), 'html' => TRUE));Could there be some conversion issue in the l() function?
Comment #4
dawehnera) this is fixed in dev already
b) in the new ui there might be checkboxes.
Comment #5
meigwil commentedI had the same issue. I copied the includes/admin.inc from the dev release into the stable release and it worked OK.
Comment #6
jennypanighetti commentedThanks all. I hadn't noticed this a bug report in the queue even for closed issues. Indeed, this went away in views 7.x.dev.
Comment #7
jennypanighetti commentedComment #8
moritzz commentedI downloaded the dev release, but the aforementioned code is exactly the same. Any hints?
Comment #9
moritzz commentedI reopen this one - so it might get some more traction.
Comment #10
dawehnerSee http://drupal.org/node/1060866#comment-4101530
It's not the same code. Look up for example in the git repo.
Comment #11
moritzz commented@dereine Do I get the corrected version with?
I'm new to Git, unfortunately. :) Thanks, Moritz
Comment #12
dawehnerThis would for example work.
Comment #13
moritzz commentedOkay, Thanks. (I might got the wrong "branch" or whatever it's called in Git...) I'll check that later.
Comment #15
zhangyi5 commentedTry to delete a field in the bookmark view, which is generated by the flag module. And the following error message shows up as content:
Page not found
The requested page "/drupal/javascript%3Avoid%28%29" could not be found.
Comment #16
zhangyi5 commentedAfter disabled the "jQuery Update" module, the error disappeared.
Comment #17
BoySherman commentedDitto, removed jQuery Update, and the problem is resolved...
Comment #18
mamadrupal commentedI need jquery for my file upload how can i resolve this issue.
Comment #19
sprice commented@mamadrupal If you're using the newest dev version of jquery_update, then you'll get this problem because that dev versions uses jquery_ui 1.10 rather than 1.8. So, just downgrade to the stable release, and everything should be fine.
Comment #20
silver_standion commentedI had the same prob. Just set my jquery update to version 1.7 instead of 1.8. Worked for me.
Comment #21
joran lafleuriel commentedThanks !
Downgrade jquery update to 1.7 for both admin and front page saved my life !
Comment #22
hirasingh commentedI am getting same issue when I am trying to delete extra fields in view using Drupa 6.x. Don't have any error in console. Please help me its urgent..........
Thanks
Hira Singh
Comment #23
hendrohwibowo commentedDowngrade jquery update to 1.7 and it work!!!!!!!! and it is 2015 now.....
thanks for people who post their solution whatever it is, so we can try many things.
i laughed like crazy over this, after so many frustated hours... thanks thanks thanks
Comment #24
Anonymous (not verified) commentedthanks a lot! The downgrade of jquery update from 1.8 to 1.7 worked for me too.
Comment #25
darrellduane commentedsetting jQueryUpdate to use jQuery 1.9 or to 1.10 also doesn't work. Can someone fix this?