hello – is there any way to change the initial placement of the minimized window?
it keeps going back to “5px;” when minimized. and i cannot determine where this “5px;” is being set.
example: https://codepen.io/edwardsmarkf/pen/KKgaVGE?editors=1010
Also, it would be very useful to be able to drag-drop the minimized window to relocate it if possible.
Hi,
As far as I see, you have Javascript code in your example which does that. The way you do it seems to be OK.
Best regards,
Peter Stoev
Smart UI Team https://www.htmlelements.com/
hi – actually this way is AWFUL – notice that you can actually see the window move to the 5px position then move to the correct new position.
how can i properly locate the window to where i desire it to go? where is that “left: 5px;” being set and how may i override it?