Eclipse1979 / leaflet-slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slider gets displayed wrong in firefox

samadelli opened this issue · comments

The Slider gets displayed sidewards in Firefox.
Chrome: Firefox:
slider_right slider_wrong
If you change {this.slider.setAttribute("orient", "vertical");} to {this.slider.setAttribute("orientation", "vertical");} in the Plugin Code,
it corrects the sliding direction of the thumb, but not of the range track.
slider_half_wrong