RickStrahl / MarkdownMonster

An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
https://markdownmonster.west-wind.com
Other
1.58k stars 236 forks source link

Opening nested folder levels often only works with arrows #1093

Closed internationils closed 4 months ago

internationils commented 6 months ago

When browsing down a file tree and opening nested folders, one level works with a double click on the folder name, but subsequent levels only work with a click on the arrow. What's strange is that when "click-spamming" the folder (clicking 10 times or so), sometimes it will fold open (and closed again on the next click)

RickStrahl commented 4 months ago

Fixed.

Another weird timing issue related to double click operations firing more than once resulting in race conditions.

Fixed with a debouncing mechanism that prevents multiple double clicks.

This fixes a couple of issues:

Now to see if that has sideeffects in other navigation tasks. :smile: