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

jamestombs’s picture

Have the same problem.

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

jorditr’s picture

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

salvis’s picture

Priority: Normal » Major

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

iurquiza’s picture

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

ronan’s picture

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

salvis’s picture

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.

salvis’s picture

Status: Fixed » Active
ronan’s picture

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.

salvis’s picture

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!

Status: Fixed » Closed (fixed)

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