linuxmint / mint-y-theme

This is an old repository, please check https://github.com/linuxmint/mint-themes instead.
69 stars 33 forks source link

HTML Range Input broken in Firefox when using Mint-Y/Mint-Y-Darker #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

(An HTML Range is the slider bar for websites)

Link to screenshots Image 1 is using Mint-X (renders perfectly) Image 2 is using Mint-Y-Darker (only the selectable part is visible) Image 3 is using Mint-Y-Dark (renders acceptably, but could be improved a bit)

The range looks identical in Mint-Y and Mint-Y-Darker.

To replicate, create an html file with the following contents: <html><body><input type="range" min="0" max="10"></body></html>

and open in Firefox

JosephMcc commented 8 years ago

I'll have to do some digging to figure out how to fix that one. Thanks for providing a nice way to reproduce. Do you run into this somewhere in an actual website?

ghost commented 8 years ago

I use the range in a customized AJAX-Chat to control the volume of the sounds.

JosephMcc commented 8 years ago

Ok, this proved to be a challenge to figure out what the issue was and get it fixed but it's fixed now by https://github.com/linuxmint/mint-y-theme/commit/55b84af20ad18a3f565a79ba97188894042a9b10