63

dino

Is page scrolling works?

Not really? If I scroll, the changes are rendered only after I change the tabs back and forth

what if you switch to other window or tabs?

It renders if I switch back

can you navigate the page using keyboard?

Nothing changes there, so, no?

can you navigate back/forward?

No, both arrows are disabled (not sure if it's a fresh tab or not)

is back/forward navigation gesture working?

Yes

what if you toggle compatibility mode?

It reloads the page but the stuff is still inaccessible.

is the issue reproducible on clean profile?

Dunno haven't checked as this happens randomly.

eirk

tried disabling this thing, didn't help.
With "external links" disabled and rendering at 60 fps this issue still exists for me.

    Got that thing on Twitch:

    • The video container works
    • the video plays
    • cursor disappears when it goes over the video container
    • the chat gets updated
    • Pressing spaces seems to be doing both pausing/resuming the video and scrolling the page at the same time(?)

      same/similar issue here: changing the focus, i.e. a simple click on the desktop followed by switching back to the browser temporarily fixes the issue whenever it happens.

        It happened just now! And I got some memory samples for you! (And wow we have a really complex call graph 😂)

        orion-rc.txt
        165kB
        orion-rc-service-worker-bitriseio.txt
        82kB
        orion-rc-web-content.txt
        121kB

        By the way, my experience with the bug is basically the same as Haarolean's.

        Are there any estimates for this issue? I'm at the point where my current installation doesn't work due to tabs freezing consntantly and I can't even downgrade due to previous version constantly crashing.

          I've seen unclickable tax happen on Twitter.

            New info: Inspector opened from the developer menu seems to work. I can't click on the page, but I can click on the inspector.

            Had an Orion WebApp freeze like this for the first time.

            1. Create a webapp for Discord
            2. Launch it
            3. While the Discord loading animation plays, resize the window
            4. Step 3 has a good chance of resulting in the webapp being in a frozen state. This, however, was not 100% consistent.

              New info: Using the accessibility inspector from Xcode, I can interact with the window. In this screenshot, I open a context menu.

              WindWalker Same here. It happens on the current version(0.99.127.2-rc) more frequently.

                Happened for me on Version 0.99.127.2-rc (WebKit 619.1.1). I was just browsing https://www.darktable.org. Really makes Orion unusable for me because I don't want to risk e.g. starting to fill out a form only for the page to become unresponsive.

                Happened to me on 0.99.127.2-beta (WebKit 619.1.1) just now: I clicked a link on a website, then I used the Back button and now I can't click anything on the website anymore. (Reading and scrolling works just well.) I have it happen on Bandcamp quite often though, which is especially annoying as not being able to play anything on Bandcamp (kind of) defeats the reason to use Bandcamp.

                  Is this reproducible to the Orion devs in the meantime - meaning are we on the road to get that fixed?

                    Passing this on from our Discord, anybody who is facing website freezing randomly in 127.2 we got a workaround (as we got the root cause, so until we release new version, you can use workaround)

                    Run below command in Terminal

                    Orion Beta
                    defaults write com.kagi.kagimacOS WebKit2UseRemoteLayerTreeDrawingArea -bool false

                    Orion RC
                    defaults write com.kagi.kagimacOS.RC WebKit2UseRemoteLayerTreeDrawingArea -bool false

                    And relaunch Orion.

                    Let us know if this fixes the issue you were facing these days.

                      Applied the workaround. I'll report if it happens again.

                      Vlad
                      @dino Despite running those commands I encountered a frozen tab. Will continue monitoring the situation. Overall it seems to happen significantly less frequently.

                      For what it's worth, it seems all my frozen tabs have happened on websites that continuously refresh (think discord or a forum/imageboard where new messages are loaded seamlessly without requiring the user to refresh the page)