Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Slider not rendering properly

Hi
Slider is not rendering properly when applying values from database. As you can see the bar overlaps the value display.
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Slider not rendering properly

Hello Deon,

Please clarify, did you change it's styles? What theme/swatch do you use?

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Slider not rendering properly

I am using Theme IOS 7 4.1.
I am using Swatch G. I also see swatch H and G for the slide only are exactly the same. I have tried changing swatches but still same problem.
Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Slider not rendering properly

Could you reproduse the same issue on the browser preview?
Please try to create a new app with only one page with the slider. Could you reproduce it there?

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Slider not rendering properly

Yes, same problem in browser and apk and new app. It happens when you check the Mini Version property. Mini version does not work.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Slider not rendering properly

Hi Deon -

This is seems as a known jQuery Mobile UI bug (https://github.com/jquery/jquery-mobi...), as a workaround use following CSS rule:

precode
.ui-slider-track.ui-mini {
margin: 0 15px 0 68px;
}/code/pre

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Slider not rendering properly

Great. Thank you Illya

Return to “Issues”