...found the way... jQuery is really really a powerful crowbar!...
To make this - now custom sized - pop-up window moveable to move it out of the way to look at something it covers up, just 'add' draggable to it (id related to code in previous posts):
$("#imageItemList").draggable();
Since jQuery UI plug-in - which implements the .draggable() is already pulled-in into the IDE, it just works.
All pop-ups should be that way... it does not complicate the UI/UX experience, since it keeps the modal mode to strongly 'guide' the user...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
...found the way... jQuery is really really a powerful crowbar!...
To make this - now custom sized - pop-up window moveable to move it out of the way to look at something it covers up, just 'add' draggable to it (id related to code in previous posts):
Since jQuery UI plug-in - which implements the .draggable() is already pulled-in into the IDE, it just works.
All pop-ups should be that way... it does not complicate the UI/UX experience, since it keeps the modal mode to strongly 'guide' the user...