Project:Backup and Migrate
Version:7.x-2.x-dev
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Have the same problem.

Changing the href for the links to a # in Firebug then clicking the link will work temporarily.

#2

Yes, 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).

#3

Priority:normal» major

I see the same problem in 7.x-2.4.

#4

the href attribute in line 26 of backup_migrate.js should be javascript:null(0); not javascript:null;

#5

Status:active» fixed

I haven't experienced this issue, but the solution in #4 seems to still work for me so I see no harm.

Thanks

#6

Version:6.x-2.6» 7.x-2.x-dev

I see the code change in line 26, but it has not made any difference for me. The link still shows as

javascript:null;

and the behavior is unchanged.

#7

Status:fixed» active

#8

Status:active» fixed

Can 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.

#9

I'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!

#10

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here