Re: [qooxdoo-devel] Possible generator bug

2007-06-08 Thread dperez
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

Re: [qooxdoo-devel] Possible generator bug

2007-06-08 Thread Sebastian Werner
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 : /*

Re: [qooxdoo-devel] Possible generator bug

2007-06-08 Thread dperez
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

[qooxdoo-devel] Possible generator bug

2007-06-08 Thread dperez
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