Whilst attempting a torturous upgrade to Meteor 1.6.1.1 I’ve run into an issue where the radio buttons in the application are completely unresponsive to mouse clicks/touches. There’s nothing in the console and no clue as to what’s going on, but I can select one with a bit of jquery in the console, e.g. $(’#unresponsive-button’).click().
In case it’s of any use, here’s the html for the relevant page:
https://bitbucket.org/knirirr/beecount3/src/master/imports/views/edit_project.html
There’s no problem with these buttons on the production version of the application, still running a 1.6 beta. Can anyone suggest how to proceed?