neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.89k stars 162 forks source link

SharedDialog.view.MainContainerController: adjust to the proxyless dialog #5878

Closed tobiu closed 1 month ago

tobiu commented 2 months ago

this one is tricky, since we no longer have the proxy logic working like before.

to re-enable dragging a dialog into a different browser window, we need to enhance the x-browser-window delta CSS update logic. meaning: we need to parse the dialog instance for all items and register their CSS inside the connected window when a drag OP is running.

tobiu commented 1 month ago

there is actually still a proxy in place. i will push the related fixes into this ticket.