yenaoh90 / chibe

Automatically exported from code.google.com/p/chibe
0 stars 0 forks source link

Extra layout calls on query in new window #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When we make a query to show results in a new window, before the new window is 
opened and query results are laid out and presented in this new window, a 
layout (sometimes multiple successive ones) is performed *in the window from 
which query was made*. 

Original issue reported on code.google.com by ugurdogr...@gmail.com on 26 Sep 2012 at 8:34

GoogleCodeExporter commented 8 years ago
There was a logical error in the if-else structure of the related action. 
Should be fixed now. Please verify.

Original comment by ozgunba...@gmail.com on 2 Oct 2012 at 10:11

GoogleCodeExporter commented 8 years ago
Something weird is going on here (might be different than the original 
problem). Here is what I did:

- query > pc l2 > neighborhood, enter 1234 (one pathway view is formed but not 
displayed)

- query > pc l2 > neighborhood, enter 1235 (neighborhood for 1235 is displayed 
but after I see two layouts being called - I am not sure if the redundant call 
is for the same view)

Original comment by ugurdogr...@gmail.com on 4 Oct 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Removed some unnecessary pathway update calls during query result merging. It 
seems working now.

Original comment by ozgunba...@gmail.com on 5 Oct 2012 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by ugurdogr...@gmail.com on 8 Oct 2012 at 11:57