Julian Romain
Julian Romain
Add a check before intercept the space event to handle case of contenteditable inside qx.ui.embed.Html() fix #10130
**Describe the bug** I currently use an extern library including bootstrap.css file. Since this file is included when I click on a row in my treeVirtual element, an other row...
**Describe the bug** When you try to add a `qx.ui.menu.Button` element in a `qx.ui.window.Window` you see in console an error during render, and the button doesn't seem to be render...
Some code of our team using a particular way to declare some "mini class" inside of a qooxdoo class. ```javascript qx.Class.define("myProject.MyClass", { extend: qx.ui.container.Composite, include : [qx.locale.MTranslation], construct: function ()...
I tested the last version of compiler (last commit: https://github.com/qooxdoo/qooxdoo-compiler/commit/d144c1498ece2e47cc8708aa1280a9e5448978b5) by doing git clone and npm pack. After running npm install with new tar.gz generated i run qx compile and...
Hi all, I have a problem with a projet running on Chrome and Internet Explorer 11. The fact is that even with these babelOptions in compile.json : ``` "targets": {...