[TIMOB-1192] Slider does not honor a set value at creation 1.3.2 & sdk 4
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:55:29.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | 1.3.2, 4, defect, ios, iphone, mobile, sdk |
| Reporter | ctredway |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:46:19.000+0000 |
| Updated | 2011-04-17T01:55:29.000+0000 |
Description
A customer reported that when a slider's value was set to a decimal, ie 1.5, the slider was not honoring that value. Here is what I found. If the value of the slider was set to anything below 1, it was honored. Anytime the value was set to higher than 1, the slider always reported 1. A work around I found is that using a setTimeout at 100ms to set the value works.
see this helpdesk ticket.
http://helpdesk.appcelerator.net/tickets/3437">http://helpdesk.appcelerator.net/tickets/3437
Fixed as part of another slider bug.