cyipt / cyipt-website

CyIPT website
https://www.cyipt.bike/
0 stars 2 forks source link

Firefox: Checkbox is not clickable #10

Closed mvl22 closed 6 years ago

mvl22 commented 6 years ago

In Firefox, the buttons in the accordion menu are not clickable, because the accordion takes priority.

This line (which currently appears in the main HTML but should be moved into the .js file) needs to be migrated to a jQuery equivalent, and then a not: added to exempt the checkbox.

acc[i].onclick = function() {

Note: Setting the z-index on the checkbox will not resolve this.

mvl22 commented 6 years ago

Fixed in fresh implementation in 135c69c422427130c17191015142866a05aff002.