cloudflare UI page not working

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
marcele
Junior Member
Posts: 214
Joined: 17 Sep 2007, 17:02

cloudflare UI page not working

Post by marcele »

Hey chirpy,

It looks like there is a javascript error on the cloudflare UI page on CSF v11.01 which prevents the UI from working properly. In Firefox and chrome I see this in the browser console on the cloudflare UI page:

Code: Select all

TypeError: $(...).chosen is not a function[Learn More] yMq3wnv0pfUc5kjFZIOxejZkGj:44:3
Once javascript breaks the code below doesn't get a chance to re-enable all buttons even though a domain is selected

Code: Select all

$('#domains').on('keyup change',function() {
		if ($('#domains').val() == null) {
			$('#cflistbtn,#cftempdenybtn,#cfaddbtn,#cfremovebtn').prop('disabled', true);
		} else {
			$('#cflistbtn,#cftempdenybtn,#cfaddbtn,#cfremovebtn').prop('disabled', false);
		}
	});


I hope this helps!
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: cloudflare UI page not working

Post by ForumAdmin »

Thank you for reporting that. We will have a fix for it in the next release.
batmanu
Junior Member
Posts: 2
Joined: 17 Jan 2012, 21:29

Re: cloudflare UI page not working

Post by batmanu »

Any update on this one? Doesn't anybody use the Cloudfare Firewall GUI?!
Firewalls4Life
Junior Member
Posts: 73
Joined: 21 Nov 2011, 18:43

Re: cloudflare UI page not working

Post by Firewalls4Life »

Old thread... but I believe it has since been fixed as it is not an issue vin 12.09.
Post Reply