Windowscommunitytoolkit: [1.3.1] PullToRefreshListView seems broken in latest release

Created on 14 Feb 2017  路  8Comments  路  Source: windows-toolkit/WindowsCommunityToolkit

Just updated an app from 1.2.0 => 1.3.1 in my app, and suddenly the PullToRefreshListView no longer works.

  1. Mouse interaction does nothing at all
  2. Touch interaction scrolls up a bit, but doesn't actually cause a refresh

Reverting to 1.2.0 fixes the issue.

bug help wanted

All 8 comments

@GeertvanHorrik there was a breaking change around mouse usage for this control, documented in the Release notes https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.3.0

Thanks for the fast reply.

A breaking change in a 1.* release, that's a bit unexpected. However, I do have it explicitly set to true, so that change shouldn't affect me.

Are you able to provide a quick repro project for the issues at all?

If you downgrade the project to 1.2.0, it works again.

Once I have time, I might look into this, but need to finish a few other OSS tasks first ;-)

Pinging @nmetulev

The issue here was found by using the ItemWrapGrid and allowed me to find the bug. Should be fixed in #936

Was this page helpful?
0 / 5 - 0 ratings