web-components icon indicating copy to clipboard operation
web-components copied to clipboard

Epic: Positioning APIs for Dialog

Open rolfsmeds opened this issue 5 years ago • 2 comments

https://github.com/vaadin/vaadin-dialog/issues/145 https://github.com/vaadin/vaadin-dialog/issues/220 https://github.com/vaadin/vaadin-dialog/issues/207

rolfsmeds avatar Nov 24 '20 11:11 rolfsmeds

Should this Epic include also z-index ordering API's like

Dialog#bringToFront()

Dialog#bringToBack()

(see also https://github.com/vaadin/vaadin-dialog/issues/224 )

TatuLund avatar Apr 01 '21 14:04 TatuLund

There is a proof of concept Window component in my mdi-demo, which is building on top of Dialog component by applying some custom CSS and additional JavaScript https://github.com/TatuLund/mdi-demo/blob/master/src/main/java/com/example/application/components/window/Window.java

TatuLund avatar Mar 14 '24 17:03 TatuLund