Bugs
From WebOS101
Possible Bugs and Workarounds
No framework is perfect and Mojo is no exception. Sometimes it's hard to figure out if something is a bug or if it's intended but almost always you need some kind of workaround so those workarounds should be documented here.
List render bug when the list is too big
Sometimes the list will be blank after an item is deleted. It won't update itself until there is another scroll event which can be really annoying from a usability perspective. The way to deal with the problem is to set the scroll position manually after a delete event. So first you call render on the list manager and then use setScrollPosition to set the scroll position to whatever you want and the list won't be blank or you can set renderLimit to some high value but this is probably not good from performance perspective.

