certbot / website

The code for the Certbot instruction generator and documentation
https://certbot.eff.org
63 stars 168 forks source link

Cannot read property 'addEventListener' of null #139

Open bmw opened 8 years ago

bmw commented 8 years ago

As reported by @kfirba in certbot/certbot#3198:

Hey.

I tried accessing the website to get a quick snippet of commands to run. I looked at https://certbot.eff.org/.

When I tried to pick a OS nothing happened, I didn't see any list of snippets coming up. I checked the console and saw the error: Uncaught TypeError: Cannot read property 'addEventListener' of null.

Thought I should let you know.

nilskp commented 7 years ago

The page is effectively broken, and yet it isn't important enough to fix?

EDIT: Ok, the problem seems to be that the "I'm using" selection of "Software" is not actually an option, thus must be selected. This is not at all clear. I actually thought "Software" was a valid choice, since none of the others matched. Should probably just be blank.

mfb commented 7 years ago

on which browser is it totally broken? we should add client-side crash-reporting via Raven.js

The actual bug looks to be a trivial fix in either markup or JS