Created bug
http://bugzilla.qooxdoo.org/show_bug.cgi?id=471
Sebastian Werner wrote:
>
> please open a bug report and attach the problematic part (please try to
> reduce it to only one line (the problematic one))
>
--
View this message in context:
http://www.nabble.com/Possible-generator-bu
David,
please open a bug report and attach the problematic part (please try to
reduce it to only one line (the problematic one))
Thanks.
Sebastian
dperez schrieb:
> Hi,
>
> I have this expression in my code:
>
> return /* paddingLeft */ 2 + /* paddingRight */ 2 +
> (anchoIco ? 2 : /*
Confirmed this is a bug. If I change
(anchoIco ? 2 : 0/* spacing */)
to
(anchoIco ? 2 : /* spacing */0)
it works ok.
dperez wrote:
>
> Hi,
>
> I have this expression in my code:
>
> return /* paddingLeft */ 2 + /* paddingRight */ 2 +
> (anchoIco ? 2 : /* spacing */ 0) +
> Math.m
Hi,
I have this expression in my code:
return /* paddingLeft */ 2 + /* paddingRight */ 2 +
(anchoIco ? 2 : /* spacing */ 0) +
Math.max(queAnchoTxt((param.hayIndReq()
? Const.indReq : '') +
param.queDenominacion()) + anchoIco, param.queAncho(true));
and receive this error:
tree