U-C-S / Hurl

Choose the browser on the click of a link
MIT License
280 stars 10 forks source link

Slow Dragging Bug [Windows 10] #39

Closed grentninja closed 2 years ago

grentninja commented 2 years ago

Hello! Thank you for your hardwork here, and the Hurl software really helped me a lot! I have yet to find any software like this (except Browser Select). I only found your software from the Browser Select GitHub page.

I found a bug. When you drag the Hurl UI in Windows 10, it lags when you hold and drag. I found a temporary fix with this for now. If you close the transparency in Windows 10 Personalize > Colors Tab, you will eventually have no lags when dragging. The only problem is if you want the transparency tab in Windows 10 along with no Hurl Lagging Drag since I use the transparency effect on my windows taskbar.

Thank you, and I really appreciate your effort in making Hurl :)

U-C-S commented 2 years ago

Thanks for the appreciation 💖.

Temporarily, I can provide a option to disable the transparency option as a workaround. I haven't got a proper chance to test Hurl in windows 10, since I personally use Win 11.

if possible, can you provide your system specs ? CPU and GPU would be fine.

grentninja commented 2 years ago

Thanks for this! I think I would prefer that as well since transparency in Hurl is not my priority.

Yes sure, this is my specs: Ryzen 7 2700X Radeon RX Vega 64 16 GB Ram 620W PSU B450 Motherboard Samsung 860 EVO 1TB SSD

U-C-S commented 2 years ago

Already, Working on this option. Though first, I might need to refactor the code a bit.

There are already few problems with Acrylic and the library that provides it, I had to throw bunch of workarounds to make it work. So, It's already a magic for me that Acrylic is working for WPF in the first place. (I'm waiting for WinAppSDK v1.1 release, if u know what it is)

(decent specs btw)

grentninja commented 2 years ago

I have a a very little experience with coding, but I am quite interested about this. I'll probably search for these terminologies haha. But, it's nice to know you are already working on it :)

(thanks! been reliable to me for 4 years now and counting)

nitin2953 commented 2 years ago

I have Transparency Effect disabled all time. Noticed this bug now

https://user-images.githubusercontent.com/34852979/164199404-0bc3e7fe-f298-4187-9021-6a4ea59b45b5.mp4


BTW: this is the smoothest thing I'm seeing on my laptop after clean install

U-C-S commented 2 years ago

v0.6.1 is released with option to disable the acrylic.

The following snippet does this. Additionally, A option to change the background color (RGB) once the acrylic is disabled.

"AppSettings": {
  "DisableAcrylic": true,
  "BackgroundRGB": [51, 51, 51]
},

Thanks @grentninja . @nitin2953 Thanks for the video.

It's really weird behavior. Now, I remember seeing this in earlier versions of WhatsApp UWP beta app, but only minimally. I don't have enough knowledge about dealing with this. Though Once WinAppSdk v1.1 releases, I believe this is can be fixed completely. Despite my laptop having a weaker and old GPU (Nvidia Quadro k2100m), I never experienced this with Hurl.

grentninja commented 2 years ago

Thank you for this! You all have been very responsive :)