winjs / winjs

A UI toolkit for modern browsers

Home Page:http://try.buildwinjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows 10 Creators Update broke my ListView

jackhand opened this issue · comments

My winjs ListView and HubSection are no longer after the Creators update was dropped. I am currently using an older version of winjs (version 4.0.1).

When the HubSection first loads, nothing is displayed. I visit another page and then come back to the hub page and the hub is reloaded. When the page reloads, then the Hubs are properly displayed. Before this update, the hubs would load upon the initial page load.

Furthermore, when I move the app window off screen of my desktop, then the ListView refreshes and displays the correct thumbnails. It appears something is not being called upon page load. Perhaps an event handler is no longer being called?

What has been updated in the March Update to possibly cause this problem in ListViews and HubSections? What do I need to call in order to manually get the ListViews to refresh correctly?