abpetkov / powerange

iOS 7 style range slider
http://abpetkov.github.io/powerange/
423 stars 85 forks source link

Crashes entire web page if element is not visible when Powerange initalizes #23

Open ghost opened 9 years ago

sydorT commented 6 years ago

It crashes because of an infinite loop because of width and height of hidden element is 0. The temporary fix is to use visibility:hidden and display:absolute.