files-community / Files

Building the best file manager for Windows
https://files.community
MIT License
32.89k stars 2.1k forks source link

Fix: Fixed an issue where online files were downloaded when loading tooltips #15716

Closed hishitetsu closed 3 days ago

hishitetsu commented 3 days ago

Resolved / Related Issues

To prevent extra work, all changes to the Files codebase must link to an approved issue marked as Ready to build. Please insert the issue number following the hashtag with the issue number that this Pull Request resolves.

Steps used to test these changes

Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo. Please include a list of steps that you used to test this PR.

  1. Put a breakpoint on ListedItem.cs line 49 and run Files in debug mode.
  2. Confirm line 49 is executed only when the pointer is entered into an item.
  3. Hover over an online image file.
  4. Confirm that the tooltip doesn't show dimension.
yaira2 commented 3 days ago

LGTM