Dietrich Streifert

Results 69 comments of Dietrich Streifert

@gvansanden it's not postgres. It also occurs with mariadb 10.

@gvansanden do you use the official nextcloud docker image from docker hub or php 8.1?

This seems to be an old chrome bug. See https://bugs.chromium.org/p/chromium/issues/detail?id=376767 Sadly the issue is in the state "wontfix". We also already had an issue in qooxdoo for this: qooxdoo/qooxdoo#7766 See...

As a workaround you could add the style `pointer-events: none;` on dragstart to the element of the textarea or input field and remove it on dragend. As for now I...

Here is a playground sample showing the workaround: http://tinyurl.com/hk5odmz Please note the two added listeners at the bottom of the code.

@Plasmodino please create a playground sample which shows your solution. This would be very helpful for those having the same issue. Thank you.

@Plasmodino it may also work if you add the hidden textfield to the applications root with "off view" positions like `{left:-1000,top:-1000}`.

The question is at which point the event handlers get called. Does the event queue run between `beforeMain` and `afterMain`? Or are they both handled within the same event queue...

Still I think it is worth to think about the fact that all fired events will be handled in one queue run. So I think that the execution sequence will...

@paragasu @romni please check this playground sample where I've integrated the quilljs editor: https://tinyurl.com/yyda8ptu In this sample there is no problem typing space in the quills editor. I'm useing ckeditor...