marogalli
3 Apr 2012, 5:30 AM
Using dataview everything works fine, the store is loaded and the template is rendered.
After the store is load, I focus in an element of dataview (in this case an HTML5).
<input id="slider-hora" style="width : 100%;" type="range" min="0" max="8" value="0" step="0.5" onchange="sliderHoraUpdate(this.value)">)
I did this focus because I want the user to navigate through keyboard. The focus works. When I press "right-key" the slider does not responde at the first click. After the second "right-key" pressed the slider works and moves in the bar. The problem is I got a erro in the tille.
Despite the error the app is working as expected.
Tks
After the store is load, I focus in an element of dataview (in this case an HTML5).
<input id="slider-hora" style="width : 100%;" type="range" min="0" max="8" value="0" step="0.5" onchange="sliderHoraUpdate(this.value)">)
I did this focus because I want the user to navigate through keyboard. The focus works. When I press "right-key" the slider does not responde at the first click. After the second "right-key" pressed the slider works and moves in the bar. The problem is I got a erro in the tille.
Despite the error the app is working as expected.
Tks