Hi thank you I will follow the post I will try out some of the solution and see if some of them helps !
Tabs become unresponsive on Orion 127.2
This issue unfortunately isn't fixed, I still get it in .3 – though it's possible that it is a different issue. Sometimes the website freezes directly on load, so that I can't scroll anymore. When pressing reload it suddenly jumps to where it should be, but it stays frozen after reloading.
Happens really rarely so can't show steps to reproduce.
- Edited
No, it isn't fixed. I'm trying to reenable WebKit2UseRemoteLayerTreeDrawingArea to see if it fixes this problem.
Update: It's Still not working. Open discord tabs still result in a high chance of freezes. Let me restart Orion and test it more on later.
Vlad for my use for these days, arm developer online manual site also get some freezes, and GitHub code view page got some stutter, when freezes happens lots of tabs were opened but since last version when I do reset exp feature to default and disable remote layer tree they just works fine, in this version I tried both but nothing changed, so I guess bug just not fixed.
Vlad I don't use Discord and had the issue on multiple sites. The bug is different from the previous one.
Previously the website would be scrollable but the links would not be clickable, now the issue is that the website is frozen directly on load. No scrolling possible.
guardiangate4110 Any steps to reproduce it that can help us debug it?
Vlad It happens like once per day or so for me, unfortunately no steps to reproduce. It seems random.
FYI here is another video of what it looks like for me on the latest RC [Version 0.99.127.3-rc (WebKit 619.1.1) Build date May 11 2024 MacBook Air (macOS Catalina 10.15.7 build 19H2026)]
In this case the scrollbars don't work (either by trackpad or manually) but clicking on links works. Refresh didn't fix the problem but new windows opened with the same link were fine.
Happy to do more tests next time. Also happy to capture a process sample or similar next time but not sure how to pick out the Orion Web Content process for the window having the problem. At least on my Catalina system it doesn't show the URL in the process list. Then not sure the main or Graphics Media processes would be helpful?
The issue is unfortunately not fixed for me either. I noticed a weird behaviour when the scroll stops working. If you scroll on a stuck tab, you won't see it, but if you switch to another tab and then go back to the stuck tab, the scroll that you did before switching will have been applied.
This obviously doesn't fix subsequent scrolls, but I mention it in case it can help figure out what the issue is.
I've had it happen on YouTube and GitLab.
I'm also making a browser app using WKWebView. And I got the exact same bug. It's definitely an Apple issue. I'm trying to figure out how to reproduce it. I'll update my findings here.
- Edited
On my own demo app. I can reproduce this bug by redirecting the WKWebView between ChatGPT and a simple page back and forth. Using .load(_ urlRequest). Then it will happen at a magical time.
But on the Orion(0.99.127.3) (Not 3.1), I can't reproduce this bug by doing this. (I mean save these two pages as bookmarks. And click them.)
I remember when I first updated to 0.99.127.3, I still encountered this bug. But I didn't have this bug in the last 3 days.
What about everyone? Have you experienced this bug in the past 3 days?
This is my demo app. As you can see, at the end of the video, The mouse can no longer click on the WKWebView. The mouse did not even show as a "hand" cursor. It can be triggered on my Intel and M1 Mac, but can't on my friend's M1 Pro.