Christian Boulanger

Results 136 comments of Christian Boulanger

We now have a fully functional prototype, including support for `changeBubble` events: https://cboulanger.github.io/eventrecorder/remote_binding_test/

It seems to be an Indigo Theme bug. The other themes do not seem to have the bug. The question is if that's an old cross-browser normalization behavior that has...

It does look like a browser normalization issue. The HTML generated for Firefox and for Chrome is different, `height: 26px` for Firefox and `height: 25px` for Chrome. If you manually...

So here we have the culprit. Let's use this bug to add it.

Cool, a native qooxdoo cli manager! Getting rid of a dependency would be nice but it might be quite a bit of work to replace Yargs

What about a new `qx.log.appender.QxServe` which would work together with `qx.serve` and query source map data from this server asynchronously?

We might be able to replace Pullapprove with GitHub actions, but I haven't seen any straightforward replacement, so we might as well just keep it, as long as it does...

You're right that the situation has changed compared to the old generator-times: we now have multiple-app support out of the box - so I could in fact create a separate...

@oetiker Thank you. However, I specifically need the drag data, not only the type. For example, I drag a number of tree nodes. They can be of different "types", and...

According to the [documentation](http://www.qooxdoo.org/current/pages/desktop/ui_dragdrop.html), the idea is to retrieve the data lazily only after the drop happens. But the problem might also have to do with the fact that the...