-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
play button misplaced #235
Comments
Wow, that's a bizarre effect. I must confess I didn't do any testing in Firefox, presumably neither did @jcass77. I'll look into this sometime in the next few days, currently a bit busy with Musicbox itself right now. |
I primarily us Firefx for testing and saw the above once, a long time ago, but could not reproduce it thereafter. Are you sure that you are using the latest versions of both Firefox and the webclient, and did you perhaps try clearing the cache of everything? |
i use firefox 52.0.1 and mopidy-musicbox-webclient version 2.4.0. cleared cache and everything. i installed 2.3.0 again to see if its somethign else... cleared cache there too and the play buttons are in place. |
As in, now in the correct place, or still in the wrong place as per your screenshot? |
in the correct place :) |
No. It's in the correct place if I downgrade and clear the cache. If I install the new version again, clear cache, they are misplaced again. Sorry. |
Ahhh right! |
I have seen this once or twice while working on MMW, but am unable to reproduce this issue using version 2.4.0 and the latest Firefox on OS X. I even tried using the same album from the internet archive: The HTML on that particular page consists of a fairly standard unordered list: <li class="song albumli currenttrack2" id="albumstable-internetarchive3ATortoiseBrettNauckeTheBishop231-01BrettNauckemp3" tlid="">
<a href="#" class="moreBtn" onclick="return popupTracks(event, 'internetarchive:TortoiseBrettNauckeTheBishop','internetarchive:TortoiseBrettNauckeTheBishop#1-01BrettNaucke.mp3');">
<i class="fa fa-play-circle"></i>
</a>
<a href="#" onclick="return controls.playTracks('', mopidy, 'internetarchive:TortoiseBrettNauckeTheBishop#1-01BrettNaucke.mp3', 'internetarchive:TortoiseBrettNauckeTheBishop');">
<h1><i class="fa fa-university">
</i> 1-01 Brett Naucke
</h1>
</a>
</li> ...and the play icon uses a What happens if you try refreshing the browser while viewing the page on which the play icons are misaligned (I think that worked for me before). |
oh finally you can reproduce it. i thought i do something strange ;-) |
i updated my favourite mopidy interface aka the musicbox webclient and in firefox the play button seems to be misplaced. tried it on different boxes with the same results. in chrome it looks normal.
The text was updated successfully, but these errors were encountered: