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
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
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
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,
> >
>
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
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:/
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
>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
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.
-