U-C-S / Hurl

Choose the browser on the click of a link
MIT License
254 stars 8 forks source link

v0.6.2 crashes when hovering over scrollbar #47

Closed hanjo closed 2 years ago

hanjo commented 2 years ago

Hi,

I noticed that a scrollbar is shown when more than five browsers are configured and the width of the window is limited accordingly.

When I tried to scroll to the right to select the 6th browser, the app crashed once I hovered the cursor over the scrollbar.

Here are the logs: hurl-crash1 hurl-crash2

I would also like to suggest a configuration option for the number of browsers that can be seen at any one time. The scrollbar solution is logical, but quite inconvenient, since it takes a lot more time to select a browser or application that is on the 6th or later position. Maybe an option to extend the maximum width of the window would be possible? Or better yet, using a second or even third row?

U-C-S commented 2 years ago

I'll look into it. Though I'm guessing this is a issue with library I'm using - WPF-UI for scroll bars. Need to debug it.


I would also like to suggest a configuration option for the number of browsers that can be seen at any one time

Yeh. Configuration for no. of browsers that can be seen is previously discussed here - https://github.com/U-C-S/Hurl/issues/25#issuecomment-1063061321 . Might Implement it soon, The App code needs a bit refactoring before that

U-C-S commented 2 years ago

Fixed at https://github.com/lepoco/wpfui/pull/194 and updated the package in Hurl