Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread thron7
On 01/22/2013 03:09 PM, Peter Schneider wrote: > Hello Thomas, > > thanks for the info. > > Caching is something that definitely *does* change the behavior, but in my > case it's not the problem. My application just only requests a getRowCount > (RPC) and no futher getRowData ... So you requestin

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Mustafa Sak
arlsruhe -Ursprüngliche Nachricht- Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] Gesendet: Dienstag, 22. Januar 2013 15:10 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch Hello Thomas, thanks for the info. Ca

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Peter Schneider
Hello Thomas, thanks for the info. Caching is something that definitely *does* change the behavior, but in my case it's not the problem. My application just only requests a getRowCount (RPC) and no futher getRowData ... I can not 100% re-create this issue I am seeing here with the playground exam

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Mustafa Sak
vert the changes of >> master:d4cd43114dcd6ee22346aa3778a170973c231448, My application behaves well >> again. It might not be optimal for other cases, but the "fix" for Bug#7111 >> definitely introduces a regression here. >> >> Thanks so far, >> Peter >>

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread thron7
On 01/22/2013 10:04 AM, Peter Schneider wrote: > Hi Mustafa, > > as I already said it's hard to reproduce in the playground... Especially, if > you don't have control over the backend ;) > > But I tried. And I think I've found a test-case to reproduce the issue. > (unfortunately I can't provide a

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-22 Thread Peter Schneider
ter >> ba147769cf924ef3ae8c45c5ef4057be2b352474 >> >> regards >> Mustafa Sak >> >> Applications & Integration >> >> 1&1 Internet AG >> Ernst-Frey-Straße 10 >> DE-76135 Karlsruhe >> >> -Ursprüngliche Nachricht- &

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Mustafa Sak
AG > Ernst-Frey-Straße 10 > DE-76135 Karlsruhe > > -Ursprüngliche Nachricht- > Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] > Gesendet: Montag, 21. Januar 2013 15:01 > An: qooxdoo Development > Betreff: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Peter Schneider
tion > > 1&1 Internet AG > Ernst-Frey-Straße 10 > DE-76135 Karlsruhe > > -Ursprüngliche Nachricht- > Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] > Gesendet: Montag, 21. Januar 2013 15:01 > An: qooxdoo Development > Betreff: [qooxdoo-devel] qx.ui.tab

Re: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Mustafa Sak
üngliche Nachricht- Von: Peter Schneider [mailto:p.schnei...@tis-gmbh.de] Gesendet: Montag, 21. Januar 2013 15:01 An: qooxdoo Development Betreff: [qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch Hi there, I've come along an issue with the remote table mode

[qooxdoo-devel] qx.ui.table.model.Remote::reloadData() issue in 1.2.x branch

2013-01-21 Thread Peter Schneider
Hi there, I've come along an issue with the remote table models reloadData() method. It seems to me that the row count is requested (from backend) and updated, but the (requested and received) row data will not be re-rendered! The Table still shows the "old" data! In my case the row count is redu