You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with the range input polyfill. It works great when I load a page normally, but when I load form elements via ajax, the styling is apparent (the blue dragger ball is visible) but the length of the widget is set to 0. If I manually set the length in firebug after the load, the slider looks perfect but fails to register any input. Is there some kind of callback that I need to make after loading forms via ajax? Thanks so much!!!!! BTW, I am using Firefox version 22 on Windows 7 to test.
The text was updated successfully, but these errors were encountered:
At the moment, this script does not support loading the script via ajax separately from the way html5Forms.js does. This may be supported in a future release if there is a lot of demand, or if someone takes the initiative to fix this (I don't need this feature myself, and since it dynamically loads scripts as needed anyway, I am not inclined to make this change myself in the near future.
I'm having a problem with the range input polyfill. It works great when I load a page normally, but when I load form elements via ajax, the styling is apparent (the blue dragger ball is visible) but the length of the widget is set to 0. If I manually set the length in firebug after the load, the slider looks perfect but fails to register any input. Is there some kind of callback that I need to make after loading forms via ajax? Thanks so much!!!!! BTW, I am using Firefox version 22 on Windows 7 to test.
The text was updated successfully, but these errors were encountered: