slartibartfast wrote: 
> I could be wrong but I am pretty sure when I clicked on a track it used
> to briefly change colour to indicate I had selected it. That doesn't
> happen anymore. I just get the sub menu where I can select "Play Now"
> etc but no feedback about which track I clicked. Am I imagining this?

This is due to various reasons. Material uses the vuetify framework, and
this has 'ripple' effects for buttons. Material disables the 'fade-out'
part of this effect because if this effect starts on a button that is
removed it ends on another button! (Depending on how you press the
button, you can still see part of this ripple effect) Using Vuetify
buttons in the grid, or large lists, can be slower - so here Material
draws 'fake' button that do not have this ripple effect. Hover effects
were removed from list items as they can sometimes get 'stuck' (on
mobile devices) and the item remains highlighted.

For 2.4.0 I've worked-around some of these. I highlight the item that is
showing its menu, and I highlight the item that was clicked and is
causing Material to fetch a new list of items.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to