Hello Mustafa,

thanks for the input, but I don't like "picking randomly from trunk/master",
'cause that would definitely introduce a randomness to the stability of my
application ;)

Although it still isn't guaranteed that a branch is any better than
trunk/master, I tend to think that
* "tags" are most stable,
* "branch"es are a bit less stable but needed for FIXES,
* "trunk/master" is 'only for the brave' ;)

O.K. Back to topic:
I see that the master looks exactly like the branch I've checked out. So the
error occurs with a master-checkout as well! When I revert 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


On 1/21/2013 3:28 PM Mustafa Sak wrote:
> Hi Peter,
> 
> the last changes are made to master, because we have to write some unit test. 
> So please try your code against master 
> ba147769cf924ef3ae8c45c5ef4057be2b352474
> 
> regards
> Mustafa Sak
> 
> Applications & Integration
> 
> 1&1 Internet AG
> Ernst-Frey-Straße 10
> DE-76135 Karlsruhe
> 
> -----Ursprüngliche Nachricht-----
> Von: Peter Schneider [mailto:[email protected]] 
> 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 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 reduced due to an applied filter. As an example:
> a) 1000 rows (containing odd and even numbers)
> b) Apply filter (only odd) + reloadData() => Table info-bar shows that 
> getRowCount received 500 (OK) => Table Scroll-bar indicates that only 500 
> rows should be shown (OK) but NO getRowData RPC and NO re-rendering of the 
> current 'view-port'.
> 
> Only if I e.g. change the order of one Column, a getRowData RPC call is done 
> and the result is like expected.
> 
> I have the suspicion, that the last change for Bug#7111[1] did introduce this 
> issue.
> Could it be that the move of the "this._clearCache = true;" line @ reloadData 
> is not correct?
> 
> I've tried to create a playground example for this, but I didn't succeed...A 
> real backend might be needed to reproduce the issue.
> 
> Any help/insight would be highly appreciated,
> 
> Regards,
>   Peter
> 
> ---
> [1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=7111

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to