Re: [qooxdoo-devel] mobile scroll on FF

2014-05-19 Thread d2
Done There is no automated tests for that ? I will try to fix this bug and to provide a patch. 2014-05-19 1:41 GMT-07:00 czuendorf [via qooxdoo] < ml-node+s678n7585676...@n2.nabble.com>: > Hi David, > > didn't know that problem with the Firefox 29 > > Could you please open a bug for this prob

Re: [qooxdoo-devel] Overriding generated properties v3.0

2013-07-24 Thread d2
The only way to do this is tu use defer. I don't particularly like it but there is no "correct" way of doing this. http://tinyurl.com/me3mgs7 2013/7/24 David Charbonnier > The only way to do this is tu use defer. I don't particularly like it but > there is no "correct" way of doing this. > http

Re: [qooxdoo-devel] Overriding generated properties v3.0

2013-07-24 Thread d2
Hi, 2013/7/24 MartinWittemann [via qooxdoo] < ml-node+s678n7584193...@n2.nabble.com> > > > Overriding one of the generated methods usually breaks all others. If we > override the setter, the getter will always return wrong values because the > generated setter can not be used anymore. If you want

Re: [qooxdoo-devel] Mustache vs hogan

2013-03-04 Thread d2
s long as we don't have any > issue, I would not see the need of a change here. > Regards, > Martin > > > Am 01.03.2013 um 17:43 schrieb d2 <[hidden > email]<http://user/SendEmail.jtp?type=node&node=7582994&i=0>>: > > > > Hi, > > >

Re: [qooxdoo-devel] qx.ui.mobile.page.manager - Hidden Master page

2013-03-01 Thread d2
Bonjour Marc-André, Could you try the develop branch on https://github.com/dcharbonnier/qooxdoo/tree/develop and tell me if this is what you asked for ? manager.setHideMaster(true) // hide the master page manager.setHideMaster(false) // show the master page David -- View this message in cont

[qooxdoo-devel] Mustache vs hogan

2013-03-01 Thread d2
Hi, Why not replacing mustache with hogan ? hogan is 100% compatible with mustache but much faster. http://jsperf.com/hadlebars-vs-hogan-vs-mustache/2 Apache 2 for hogan MIT for mustache. If you agree I can work on this and send a pull request. David -- View this message in context: http:/

[qooxdoo-devel] add css to the content element

2011-11-17 Thread d2
Hi, How can I add a css property to the content or the container element ? I want to add text-shadow, I don't see any way of doing this without changing the qooxdoo framework. Properties on appearances are limited and decorator create a new html element with a absolute position. David -- View th

Re: [qooxdoo-devel] controler list bug on new version

2011-01-04 Thread d2
>I believe you're trying to concat two models. I'm not, I just trying to fix a bug that was not on previews release ;) My playground example is clear, his only purpose is to show you the bug but the code has nothing to do with our real code. Of course I can add a if(model === null) {return;} but

Re: [qooxdoo-devel] Table navigation

2010-08-12 Thread d2
Hi, Yes, you can make the table behave like on Excel. But have to write some code... David -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-navigation-tp5417052p5418832.html Sent from the qooxdoo mailing list archive at Nabble.com. -