Closed (fixed)
Project:
Backup and Migrate
Version:
7.x-2.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2013 at 08:00 UTC
Updated:
25 Apr 2013 at 04:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
fugazi commentedsame problem
Comment #2
wreckage commentedHello.
I have the same issue using Firefox 19.0.2. The checkboxes appear briefly then I get "javascript:null;" in the address bar and then a blank page with just 'null' in text at the top-left.
I have a feeling it is not module-related, as the "view as checkboxes" link works properly in Chrome.
Strangely however, I cannot even log into my site using IE now (after updating to Drupal core 7.21, and perhaps more importantly, IE 10). My username and password are displayed briefly in the text boxes (although the password has a little 'eye' icon beside it - don't know what that means), then they just disappear with no login either as an administrator or a regular user, occurring. This I think, is my biggest worry now. :-(
The same thing occurs (no log-in) when using 'IE Tab' in FF, yet I can log into this site using IE with no issues. Weird.
Any ideas welcome.
Thank-you.
*****Update****
Wow. As I couldn't even make selections from the "Exclude the data from the following tables " without blanking all selected items, I decided to try holding the Ctrl key at the same time as selecting. This worked. I thought I would then try it while clicking the "view as checkboxes" link. A new, blank page (tab) opened with the "javascript:null;" error, but it can be closed. The original page now shows the checkboxes. Success, and a somewhat 'better' work-around than using Firebug, maybe. ;-)
..........
Comment #3
wreckage commentedComment #4
erickbj commentedThis patch should fix it.
Comment #5
iurquiza commentedthe href attribute should be
javascript:null(0);instead ofjavascript:null;Comment #6
ronan commentedFixed in the latest stable (I think)