opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Checkbox input styling broken #90

Closed martindevans closed 11 years ago

martindevans commented 11 years ago

I've updated to jquery-mobile-angular-adapter-1.1.2-SNAPSHOT.js to fix another issue, and this has broken the styling on checkbox inputs within a fieldset.

I have a demo here of 2 checkboxes within a fieldset, the second one is clearly broken (and there is a large error in the javascript console):

http://www.placeholder-software.co.uk/static-files/.UI/Screens/MainMenu/MainMenu3.html

Here is a demo of the same two checkboxes, removed from the fieldset and working just fine:

http://www.placeholder-software.co.uk/static-files/.UI/Screens/MainMenu/MainMenu4.html

Here is a demo of the same two checkboxes but this time using jquery-mobile-angular-adapter-1.1.1.js

http://www.placeholder-software.co.uk/static-files/.UI/Screens/MainMenu/MainMenu5.html

tbosch commented 11 years ago

Hi, this is working now. I took the source code from your page and created a jsfiddle: http://jsfiddle.net/wDc9w/3/