Hi All, Currently, when we open a popup using the popup editor (Traditional web), the popup will open and add an overlay to the background while disabling all the UI controls on the parent page.
We want to remove the popup overlay and enable the content on the parent page.
So the users will be able to drag the popups to the side and edit the content on the page without having to close the popup. Is there any way to achieve this behaviour?
You might be able to properly view the content behind the popup, by editing the CSS of the background. With some more effort you might be able to drag and move the popup dialog (if it's not draggable yet). But it won't be easily possible to allow editing while the popup dialog is still visible.
Can you suggest which widget are you using for displaying this popup? Some widgets use iframe to display the content, while others use just javascript and the content inside them are only the web-blocks. In most cases, you might need to customize the implementation of the existing widgets to get this working.
It would be not so great user experience though. Try finding some other means to achieve the feature you're developing. You can share your current module's OML file so we can have a look at that and suggest accordingly.
Hello
There is a discussion where it was previously asked,
Have a look to it hope it might help you
https://www.outsystems.com/forums/discussion/76964/how-to-move-a-div-or-popup-on-the-screen/Let me know if this works.
Thanks
Tousif Khan