Re: [qooxdoo-devel] Strange behavior in virtual list - data jumps around

2013-05-14 Thread Christian Hagendorn
For all followers please have a look at the bug report for more details: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7394 -- View this message in context: http://qooxdoo.678.n2.nabble.com/Strange-behavior-in-virtual-list-data-jumps-around-tp7583488p7583566.html Sent from the qooxdoo mailing lis

Re: [qooxdoo-devel] Strange behavior in virtual list - data jumps around

2013-05-13 Thread Christian Hagendorn
Hi Derrell, yes, I will have a look at it. Today I am a bit busy, but I will hava a look as soon as possible. Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/Strange-behavior-in-virtual-list-data-jumps-around-tp7583488p7583534.html Sent from the qooxdoo mailing

Re: [qooxdoo-devel] Strange behavior with qx.ui.form.SelectBox, is it a bug ?

2013-01-09 Thread LoremIpsum
Yes, it did, thanks you very much :-) Finally I got rid of the delegate part (I was on a hotfix and this part was not really necessary). Thank you ! On 01/09/2013 09:18 AM, Martin Wittemann wrote: > Hey, > I don't see a bug in that code but something that might need some > explanation. Here i

Re: [qooxdoo-devel] Strange behavior with qx.ui.form.SelectBox, is it a bug ?

2013-01-09 Thread Martin Wittemann
Hey, I don't see a bug in that code but something that might need some explanation. Here is, step by step, what the code does if you give the delegate. Line 1-14 You set up the data binding via controller and use the default binding for the label. Line 15-19 The Delegate will be set but the bin

Re: [qooxdoo-devel] Strange behavior with carousels in firefox

2012-11-21 Thread Franco Gotusso
Thanks a lot Christopher. I'm doing it because in that page I'm using Google Chart Tools, which gets all the available space of the parent element to render the chart. By removing the scroll container I can set all parents with a flex display, so I can have a widget with the full height of the page

[qooxdoo-devel] Strange behavior with carousels in firefox

2012-11-20 Thread Franco Gotusso
Hi everyone. I'm checking out the new carousels in my application and I've a strange issue on firefox, although seems work OK in webkit. For multiple reasons, I have a NavigationPage without the scroller to be able of set flex widgets with the full height. I'm doing it in this way: var content

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-15 Thread Joffrey Fuhrer - NOVLOG
On 15/11/2010 11:03, Tristan Koch wrote: > Just a vague assumption, but this sounds like a duplicate of > http://bugzilla.qooxdoo.org/show_bug.cgi?id=4147, which was already fixed in > trunk. > > Can you confirm? > > Tristan > > Am 12.11.2010 um 20:02 schrieb Jim Hunter: > > >> Doing normal q

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-15 Thread Tristan Koch
Just a vague assumption, but this sounds like a duplicate of http://bugzilla.qooxdoo.org/show_bug.cgi?id=4147, which was already fixed in trunk. Can you confirm? Tristan Am 12.11.2010 um 20:02 schrieb Jim Hunter: > Doing normal qx.io.remote.Request stuff, I have run into this null > issue mys

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-15 Thread Joffrey Fuhrer - NOVLOG
On 12/11/2010 19:45, Derrell Lipman wrote: On Fri, Nov 12, 2010 at 13:06, Joffrey Fuhrer - NOVLOG mailto:joffrey.fuh...@novlog.com>> wrote: Hi list, We're currently implementing a new functionality in our app that behaves like a download (we want to serve a file to the user) bu

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-12 Thread Derrell Lipman
On Fri, Nov 12, 2010 at 14:02, Jim Hunter wrote: > Doing normal qx.io.remote.Request stuff, I have run into this null > issue myself. I ended up modifying the qooxdoo source to check for > null to bypass the offending code. I have had no issues with it since. > Jim, please post a bug and include

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-12 Thread Jim Hunter
Doing normal qx.io.remote.Request stuff, I have run into this null issue myself. I ended up modifying the qooxdoo source to check for null to bypass the offending code. I have had no issues with it since. Jim On Fri, Nov 12, 2010 at 10:45 AM, Derrell Lipman wrote: > On Fri, Nov 12, 2010 at 13:0

Re: [qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-12 Thread Derrell Lipman
On Fri, Nov 12, 2010 at 13:06, Joffrey Fuhrer - NOVLOG < joffrey.fuh...@novlog.com> wrote: > Hi list, > > We're currently implementing a new functionality in our app that behaves > like a download (we want to serve a file to the user) but isn't really > fetching a file on the server. For this pur

[qooxdoo-devel] Strange behavior on qx.io.remote.transport.Iframe?

2010-11-12 Thread Joffrey Fuhrer - NOVLOG
Hi list, We're currently implementing a new functionality in our app that behaves like a download (we want to serve a file to the user) but isn't really fetching a file on the server. For this purpose, doing a request to a servlet using the Iframe class seemed like a good idea even though the API

Re: [qooxdoo-devel] strange behavior

2008-09-10 Thread Derrell Lipman
On Wed, Sep 10, 2008 at 5:52 PM, John de la Garza <[EMAIL PROTECTED]> wrote: > The following codes logs prints out NaN, but if I remove a non related > line of logging code then it prints out a number. this behavior only > shows it self in build mode, in source mode everything works... > > Anyone

[qooxdoo-devel] strange behavior

2008-09-10 Thread John de la Garza
The following codes logs prints out NaN, but if I remove a non related line of logging code then it prints out a number. this behavior only shows it self in build mode, in source mode everything works... Anyone have any idea as to why taking out console.log("html1:"+html1); would ma

Re: [qooxdoo-devel] Strange behavior in inherited class

2007-03-15 Thread Andreas Ecker
Hi Carsten! On Thu, 2007-03-15 at 10:24 +0100, Carsten Harnisch wrote: > I encountered a strange problem when trying to inherite from a class. My > coding looks like : > > qx.OO.defineClass("qx.manager.selection.DataRadioManager", > qx.manager.selection.RadioManager, function(vName, vMembers) >

[qooxdoo-devel] Strange behavior in inherited class

2007-03-15 Thread Carsten Harnisch
I encountered a strange problem when trying to inherite from a class. My coding looks like : qx.OO.defineClass("qx.manager.selection.DataRadioManager", qx.manager.selection.RadioManager, function(vName, vMembers) { qx.manager.selection.RadioManager(this, vName, vMembers); }); So basicall