martinkadlec0 / Smart-RSS

RSS extension for Opera 15+
http://blog.martinkadlec.eu/post/501-smart-rss-final-v10
MIT License
43 stars 36 forks source link

Blank lines in articleList but articles have proper content #30

Open Dither opened 7 years ago

Dither commented 7 years ago

Can't find why but if articleList is visibly overflows from viewport without CSS fix or if new items are added there are sometimes "empty" article lines in the list that either keep being empty or filled with proper content at some random time later.

Dither commented 7 years ago

Found it. It's probably because ItemView.js#L108 prerenders item without invisible class that's removed on real rendering making them visible without content all the way until it's actually added.