jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
418 stars 65 forks source link

Progress bar is not visible under Firefox #122

Closed parkmino closed 5 years ago

parkmino commented 5 years ago

Describe the bug Progress bar is not visible under Firefox while Google Chrome has no problem.

Screenshots

2019-05-24-114515_1600x900_scrot

Desktop (please complete the following information):

jcorporation commented 5 years ago

I am using the same firefox version and I see the progress bar. I am using Ubuntu 19.04. Is the progress bar visible with current master?

parkmino commented 5 years ago

No, I don't see the progress bar with master.

jcorporation commented 5 years ago

Very odd. Do you see the range slider in the volume menu? It could be a issue, that the slider has the same color as the background.

You can test this, if you add the following css to mympd.css

.cardFooterPlayback {
 background-color:white !important;
}
parkmino commented 5 years ago

Volumecontrol is disabled and any other thing to check?

parkmino commented 5 years ago

I enabled volumecontrol to check this and no slider either. Where is the location of mympd.css? I see mympd.css in github, however there are bootstrap.min.css and mympd.min.css in my /usr/share/mympd/htdocs/css.

parkmino commented 5 years ago

Should I remove the previous deb package and install the devel again?

jcorporation commented 5 years ago

Ok, then it is no problem with the background color. Have you enabled firefox plugins that can cause this issue?

parkmino commented 5 years ago

Hmm... I removed the old mympd deb package, modified mympd.css, rebuilt it. No slider still. I disabled the only one plugin and no difference.

jcorporation commented 5 years ago

Since what version of myMPD you have no slider?

parkmino commented 5 years ago

Since the first time with firefox.

2019년 5월 28일 (화) 오전 1:58, Jürgen Mang notifications@github.com님이 작성:

Since what version of myMPD you have no slider?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jcorporation/myMPD/issues/122?email_source=notifications&email_token=AC4RWVWTIDQNJDPLCEMHW7TPXQHMJA5CNFSM4HPLYHEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKGZYI#issuecomment-496266465, or mute the thread https://github.com/notifications/unsubscribe-auth/AC4RWVVMJGV6SVAAJG7G6QLPXQHMJANCNFSM4HPLYHEA .

jcorporation commented 5 years ago

The slider is a standard <input type="range"> element with no special css applied to it.

Does this slider in the bootstrap example appear? https://getbootstrap.com/docs/4.3/components/forms/#range-inputs

parkmino commented 5 years ago

No slider in range-inputs while range looks fine. Close this issue if it is my own problem with firefox.