Closed (fixed)
Project:
Backup and Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2012 at 21:34 UTC
Updated:
18 May 2013 at 23:50 UTC
Updated from version 6.24 to 6.26
The link 'display as checkboxes' links under mutli-selects is now visible.
Problem:
When I click on the link I get a brief flash of how it should be and then a page with javascript:null; in the tab and on the page itself the word null
Comments
Comment #1
jamestombs commentedHave the same problem.
Changing the href for the links to a # in Firebug then clicking the link will work temporarily.
Comment #2
jorditr commentedYes, I've also found that disturbing bug. Changing the link as suggested on #1 works (href on line 25 on "backup_migrate.js), althought it jumps right to the top of the page (awkward, but at least is useable).
Comment #3
salvisI see the same problem in 7.x-2.4.
Comment #4
iurquiza commentedthe href attribute in line 26 of backup_migrate.js should be
javascript:null(0);notjavascript:null;Comment #5
ronan commentedI haven't experienced this issue, but the solution in #4 seems to still work for me so I see no harm.
Thanks
Comment #6
salvisI see the code change in line 26, but it has not made any difference for me. The link still shows as
and the behavior is unchanged.
Comment #7
salvisComment #8
ronan commentedCan you double check that you're using the latest dev and clear your site cache and browser cache? Because if you're seeing 'javascript:null;' rather than 'javascript:null(0);' then you are not seeing the latest code.
Comment #9
salvisI'm not sure where this caching occurred, but the 'javascript:null(0);' is coming through now.
The layout could still be improved: #1986950: layout of checkboxes
Thanks!