Letractively / choosel

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

Restoring of selected sets is invalid #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new visualization (map)
2. Add Data to the visualization
3. Create two selected sets
4. Select only the second set
5. Share the view
6. Open the shared view, through the url

What is the expected output? What do you see instead?
I would expect to see the elements in the map that reflect the selected set to 
be highlighted, however no elements of the map are highlighted

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jrsta...@gmail.com on 9 Dec 2010 at 8:26

GoogleCodeExporter commented 8 years ago
This should have actually been High priority originally, I just forgot to set 
it.

Original comment by jrsta...@gmail.com on 9 Dec 2010 at 8:27

GoogleCodeExporter commented 8 years ago
I suspect that this defect is caused by the initialization of the MapItems. It 
would be important to know if 

(a) it happens in other views (text, bar chart)
(b) if it can be reproduced without reloading given the following scenario: 
create text view with all items, add one item from text view to map, select 
that item and synchronize selection between text and map view, select another 
item in text view, add that item to the map view. If the item is not selected 
(although it should be), then the problem is likely related to the 
initialization of MapItems.

Original comment by Lars.Grammel on 14 Dec 2010 at 5:34

GoogleCodeExporter commented 8 years ago
This does happen in other views as well, the behaviour I described above is 
consistent through the text, bar chart and scatter plot views.

Original comment by jrsta...@gmail.com on 14 Dec 2010 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 15 Dec 2010 at 1:46