Ron F. wrote: > Material branch 2.2: I like the upgrade, where clicking anywhere in the > bar brings up the search field. Clicking on the "<-" button, using my > laptop, returns this bar to its previous "Music Sources" state. However, > for whatever the reason it works differently on my Android 11 phone > using the APK or any mobile browser: in this case, the "<-" button is > visible but touching it does not work after the search field is enabled; > the search bar remains active and the touch-keyboard remains on the > screen.
It seems that if a touch-event on a button causes it to disappear that the event passes onto what replaces the button. So closing via touch on '<-' causes the touch to then also activate 'Music sources' => search is re-shown. Not really sure why this is happening, perhaps a bug in Vue/Vuetify? Anyhow, I've worked around this by delaying the close of the search widget by 50ms. (I had seen similar issues before where the 'ripple' effect Vuetify adds to butons would be added to another button if pressing one cuased it to be removed. This is one of the reasons why I removed that effect) *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 [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
