erans / torcontactinfogenerator

Tor ContactInfo Generator
MIT License
4 stars 2 forks source link

convert checkboxes to radio buttons #4

Closed nusenu closed 6 years ago

nusenu commented 6 years ago

checkboxes only allow binary answers but the operator has 3 options example: Does your resolver perform DNSSEC validation? [ ] yes [ ] no [x] don't want to say/ don't know

erans commented 6 years ago

Fixed

nusenu commented 6 years ago

I still see lots of checkboxes?

(The DNSSEC validation item was just meant as an example for all the checkboxes)

erans commented 6 years ago

Are you accessing https://torcontactinfogenerator.netlify.com or running locally?

It might be a browser cache issue. See the attached screenshot of https://torcontactinfogenerator.netlify.com.

screenshot_2018-07-30 tor contactinfo generator

nusenu commented 6 years ago

Eran Sandler:

Are you accessing https://torcontactinfogenerator.netlify.com or running locally?

I'm accessing https://torcontactinfogenerator.netlify.com but can rule out caching.

It might be a browser cache issue. See the attached screenshot of https://torcontactinfogenerator.netlify.com.

your screenshot shows a checkbox for the QNAME field (the 'dnssec' field was meant as an example).

To avoid further confusion I'll list them specifically (instead of saying 'all the checkboxes'):

Scheduler is currently a checkbox but will become a drop down menu (#6)

Referencing the issue in commit messages also make misunderstandings more spotable.

(878ed2bd99272971045d83b0275e33107a3300bf only touches the 'dnssec' field)