opitzconsulting / jquery-mobile-angular-adapter

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

Checkbox widget not displayed correctly. #164

Closed jaumeavila closed 11 years ago

jaumeavila commented 11 years ago

Hi, When creating a single checkbox, it is not correctly rendered. You can see it here: http://jsfiddle.net/s3qKK/

According to the documentation, the widget is created like this `

`

I guess that a name and an id can be inserted and the input element can be closed. As you can see, it is rendered a vertical bar instead of the regular square.

Thanks,

Jaume

tbosch commented 11 years ago

Hi, this bug is not related to the adapter, as it is reproducible with plain jquery mobile: http://jsfiddle.net/ZHKBA/130/

However, using jQuery 1.8.1, the bug does not exist: http://jsfiddle.net/ZHKBA/131/

Tobias

tbosch commented 11 years ago

jQuery Mobile does officially support jQuery 1.9.1 http://jquerymobile.com/blog/2013/02/20/jquery-mobile-1-3-0-released/ ...

In the latest jQuery Mobile build (not released yet), there is no problem: http://jsbin.com/uzeloj/1/

Closing this, as not a bug in the adapter. To summarize the workarounds:

Tobias