QWindow v1.0.0-beta.4 has been released!
-
-
Impressive. I can’t think of use case yet (floating palette, à la Adobe products?), but a great addition to Quasar.
-
Any chance to fix https://github.com/quasarframework/quasar-ui-qwindow/issues/17 ? It is just appears that adding height to QWindow adds infinite vertical scroll to Quasar projects. Minimal reproduce code is:
<q-window :height=“640” />
-
@Sfinx Sorry, I am unable to reproduce this issue. And, others using QWindow have not had this issue. I just looked at issue and you have a download for me, so I will try that.
-
@Sfinx Conversation carried on over here: https://github.com/quasarframework/quasar-ui-qwindow/issues/17
-
Thanks ! The issue is easily reproduced if the bottom of the window is lower then bottom of the main layout (i.e. window must be a little bit outside of the layout).