pgarland1 / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

Filter "list of stock" loses its content #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when filter for a single stock, the dropdowns sometimes loses its content, 
except the stock being filtered.

Original issue reported on code.google.com by alex.bel...@gmail.com on 11 Apr 2012 at 12:14

GoogleCodeExporter commented 8 years ago
Fixed, will be part of next release (0.24).

When a filter was active, and changes were made to the list of symbols, only 
the filtered symbols were notified to the observers. Thus, the filter dropdown 
would only be populated with one symbol and all others removed.

Added a new Event to notify all symbols even when a filter is active.

Original comment by alex.bel...@gmail.com on 5 Apr 2014 at 5:56