Hello Philipp,
which qooxdoo version do you use? In the releases 0.8 and above we don't use
the border property at all so the error should be logged. I testet the
following code with the current developer state and it loged an error. 
var box = new qx.ui.groupbox.GroupBox("a").set({border: 12});
this.getRoot().add(box);

​demo.qooxdoo.org/devel/playground

Regards,
Martin


Philipp Gruber wrote:
> 
> Hello Everyone,
> 
> I encountered a weird problem in my qooxdoo-app. When running from
> source, it worked fine, but when running from build, it just stopped
> after loading half of the page, and I got a not so nice javascript-error:
> 
>> Fehler: this[w[v]] is not a function
>> Quelldatei: https://my.url/script/myscript.js
>> Zeile: 1600
> 
> After digging around a little in this code, I found the responsible
> piece of my code:
> 
>>        licensing.updateContainer = new qx.ui.groupbox.GroupBox("Upgrade
>> Licence", "/img/icons/browser.png").set({
>>          border  : 3,
>>          padding : 8
>>        });
> 
> Removing the 'border: 3' line fixes it.
> 
> Seems like groupbox does not have a border property?
> Anyway, I guess it should display that when compiling, or something.
> Having such a different behaviour between source and build, makes it
> quite hard to debug.
> 
> regards,
> Philipp
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Bug-Strange-behaviour-when-setting-border-in-groupbox-tp3597316p3597892.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to