Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.1.1
-
None
-
Raspbian Wheezy
Description
I am using XmlListModel to read an RSS feed. Every now and then I need to reload the model to refresh data using reload() method. If there is a network problem (RSS feed unavailable) during the reload, all data is removed from the model. I guess this should not happen, and the model should not remove all of its data because of an error, but instead keep the data that it had so far.