Hi, Dietrich.

On Thu, Oct 22, 2015 at 2:48 AM, Dietrich Streifert <
dietrich.streif...@googlemail.com> wrote:

> Hi Kenneth,
>
> would you mind sending you (asuming) qx.ui.table.model.Remote based
> class to the list, so we can study what might be the problem?
>

Thx. Attached. Here is the code for clog:

var clogo = new Date();

function clog (s) {

  var now = new Date();

  console.log((now.getTime()-clogo.getTime()) + '>' + s );

}


I think I must be abusing the Remote widget somehow. I found that ugly hack
blocking the one value that in one use of this code hangs on a row count of
17, but if this comes up again I will start with the way I am using this
code.

For now I have punted.

Thx for jumping in.

-kenneth


>


> Am 21.10.2015 um 21:12 schrieb Kenneth Tilton:
> > And now we descend into the rabbit hole:
> >
> > The students on which the request hangs are the only ones with 17 rows
> > of data. It is the count that corrupts things, not the data, and I can
> > unhang the student by adding or removing data or just by lying when I
> > call _onLoadRowCount and passing 18 if the true count is 17. (16 also
> > works but would hide data from the user.)
> >
> > I did change the block size to see if that flushed the bug, but no luck.
> >
> > Can't wait to see what this is about, but I am no longer worrying
> > about request handling -- from what I have seen it is just that
> > qooxdoo hangs and so the code that would grab the queued request and
> > dispatch it just never runs.
> >
> > Getting close.
> >
> > -kt
> >
> >
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Kenneth Tilton
54 Isle of Venice Dr
Fort Lauderdale, FL 33301

k...@tiltontec.com
http://tiltontec.com
@tiltonsalgebra

646-269-1077

"In a class by itself." *-Macworld*
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to