ququplay/jquery-mobile-flat-ui-theme

Radiobuttons not rendering correctly

hazcod opened this issue · 4 comments

Hi,

Using your theme in an assignment for school and loving it!
We're trying to generate some radio buttons, but they just won't show up correctly.
Any idea what we're doing wrong?

Code: http://pastie.org/9758669

Screenshot:

@hazcod could you share your html page somewhere perhaps on http://jsbin.com/ We haven't touched this theme in a while so there could be a bug. What version of JQM are you using?

Update: I tried fiddling around a bit and it seems the radio buttons only work when placed directly under a div with role "page". (with a fieldset etc)

If you don't mind logging in via facebook/google/... (it's via auth0, so no worries); http://d00med.net/cordova/#question?id=4

Page src: https://github.com/HazCod/Quackr/blob/master/js/templates/question.html
Index src: https://github.com/HazCod/Quackr/blob/master/index.html

Edit: Could also be I'm doing the scaffolding wrong. hm.

@hazcod thanks I'm busy with some other work right now but will take a look this evening and get back to you.

@mkuklis ,no need to check anymore! I found it was because I was (somehow) using a controlgroup as a container for every page!

Thank you for your swift reply. jQuery mobile UI classes are confusing..