Smart-RSS icon indicating copy to clipboard operation
Smart-RSS copied to clipboard

Blank lines in articleList but articles have proper content

Open Dither opened this issue 9 years ago • 1 comments

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 avatar Aug 09 '16 22:08 Dither

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.

Dither avatar Aug 21 '16 14:08 Dither