afriend wrote: > For the touchscreen I needed a "virtual/on-screen keyboard" Chromium > browser extension and eventually I settled for "'virtual keyboard' > (https://chrome.google.com/webstore/detail/virtual-keyboard/pflmllfnnabikmfkkaddkoolinlfninn)" > which is supposed to be quite good. > And it is. BUT I have one problem with virtual keyboard and Material > skin (maybe Javascript related?): > > the basic/normal search button does not work with the virtual keyboard. > When I call the search dialog in Material skin the virtual keyboard > comes up and I can type/enter the search string. > But there's *no way to submit this search*, not by using the enter > button on the virtual keyboard nor by closing the keyboard and then > pressing the Material skin search button. > > I've been able to replicate this on a Google Chrome desktop browser > (with mouse not touch events). The same problem. As soon as I enter a > character in the search field using the virtual keyboard the search > button just empties the input field and does not submit anything.
I've installed this extension and can recreate the issue - it happens in ALL text fields. Looks like its an incompatibility between this and vuetifyjs (the toolkit Material uses). Same issue happens on vuetifyjs website - https://v15.vuetifyjs.com/en/components/text-fields. Looks like the text is not sent to the relevant input control. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 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
