Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-15 Thread Andreas Ecker
Matt, could you please create a bug report for "DateFormat() class is throwing an error with binding"? Thus one could follow-up and try to resolve the issue (your current workaround: "commenting the throw(exc)"). Appreciated :-), Andreas ---

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-15 Thread Andreas Ecker
@lists.sourceforge.net>> Betreff: Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems Thanks Thron7. I have an update as well. As written, the fix broke the TestRunner in all browsers, so I wrapped it in a conditional to only use isLoadParallel=false if it was Firefox. Matt On Fri, Oc

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-14 Thread rsantiagopaz
Hi (sorry the english) this 2 tips: isLoadParallel = 'false' commenting the throw(exc) fix 2 problems I have, the first with my old firebug problem, the second with the SingleValueBinding, firefox 41.0.1 and old 4.x builds (recompiled). -- View this message in context: http://qooxdoo.678.n

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-10 Thread Matt Davis - NOAA Federal
Thanks Thron7. I have an update as well. As written, the fix broke the TestRunner in all browsers, so I wrapped it in a conditional to only use isLoadParallel=false if it was Firefox. Matt On Fri, Oct 9, 2015 at 4:23 PM, thron7 wrote: > Just a quick hint concerning modifying isLoadParallel: > >

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-09 Thread thron7
Just a quick hint concerning modifying isLoadParallel: If you don't want to patch the original loader.tmpl.js, as John suggested, you can always create a copy from it, adapt that, and then set the config.json value compile-options/paths/loader-template [1] to the path of your copy. This is e.g

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-09 Thread Matt Davis - NOAA Federal
a closure to allow controlling the > evaluation order, but this cannot (and does not) happen when loading from > source. > > John > > From: John Spackman > Reply-To: qooxdoo Development > Date: Friday, 9 October 2015 at 07:51 > To: qooxdoo Development > Subject: Re: [qooxdoo

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-09 Thread John Spackman
07:51 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems Hi Matt I’ve had a few odd issues when debugging with Firefox and the source/source-hybrid builds that sound similar, although only when under the debugger and not every time. I couldn’t track it down

Re: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-08 Thread John Spackman
om: Matt Davis - NOAA Federal Reply-To: qooxdoo Development Date: Thursday, 8 October 2015 at 22:05 To: qooxdoo Development Subject: [qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems Hi Qooxdooers, My team has been investigating a number of problems which have suddenly cropped up with Firefox buil

[qooxdoo-devel] Firefox 40.x+ / Qooxdoo problems

2015-10-08 Thread Matt Davis - NOAA Federal
Hi Qooxdooers, My team has been investigating a number of problems which have suddenly cropped up with Firefox build > 40.x. I can verify the code base runs fine on the 39.x versions, but is throwing so many errors on the current version I'm not sure where to start. On the good side, it runs perfe