• ...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...

About

Avatar for allObjects @allObjects started