15

Steps to reproduce:

  1. Have tabs displayed on the side. I have not been able to reproduce this when my tabs are displayed at the top of the browser window.
  2. Open a link that opens in a new tab using left click. Opening a link in a new tab using the middle mouse button does not have this issue. An easy way to accomplish this is to click any link in Orion Discord server.
  3. Two tabs of the site open.
    3a. These tabs seem to be exact copies of each other. Scrolling affects both tabs and navigating to a different site causes both of the tabs to go there. Similarly, closing one tab closes both of them. In other words, it would appear that this is mainly a visual bug(?).

Other notes: This issue only seems to happen when the tab sidebar is visible. If the sidebar is hidden, only one tab is spawned. Switching tabs with cmd+1-9 also seems to ignore the second tab created by this, further pointing towards a visual bug.

Expected behavior:
One click on a link should result in one tab being opened.

Orion, OS version; hardware type:
Orion Version 0.99.114.1-beta (WebKit 614.1.12)
macOS Monterey version 12.4
MacBook Air (M1, 2020)

Video of the issue:

    Steps to reproduce:
    Does not happen always, but frequently for me. I have noticed these conditions.

    1. Use tree style vertical tabs.
    2. Click on a link on a page to open children pages.
    3. Sometimes, the children tab entries are duplicated.

    Example. Only the entry is duplicate in the open tabs view. It does NOT open 2 identical tabs. If you scroll down in one tab, and then view the other one, it would already be scrolled. If you close 1, the other will also close. It's just a visual issue I think.

      Merged 2 posts from Duplicate tab entries in tree style mode.

        Steps to reproduce:
        cmd -click a link and 2 tabs are opened. Closing one closes them both.
        Expected behavior:
        a single new tab should open

        Orion, OS version; hardware type:
        Orion: Version 0.99.114.1-rc (WebKit 614.1.12)
        MacOS: 12.4 M1-MBA

        Image/Video:

          Same here, in some cases. Not always reproducible.

            I am getting double tabs pretty much all the time, search something in Kagi and then two tabs open up.

              Merged 4 posts from Cmd-click a link opens 2 tabs.

                Happens to me always when clicking on a link with a target="_blank" attribute.

                  4 days later

                  Steps to reproduce:
                  Middle click on a link on any webpage. Didnt use compatibily mode, safari only opens the page once.

                  EDIT: Apparently not all links get opened twice. The link i tried is on https://nixos.org "Anouncement" in the top right corner.
                  Expected behavior:
                  Open the link in a new tab once

                  Orion, OS version; hardware type:
                  Orion 0.99.114.1-beta
                  macOS 12.4
                  macbook air m1

                  • laiz replied to this.

                    Try to update to Version 0.99.115-beta (check for updates) and see if the problem is still there?

                      Merged 3 posts from Middle-clicking a link opens the page twice.

                        vordenken
                        I can confirm that the https://nixos.org announcement link still opens twice on Orion Version 0.99.115-rc (WebKit 614.1.12). I haven't been able to find any other links that have this issue. Additionally, the https://nixos.org issue is present even when tabs are displayed on top.

                        edit: this issue also exists on Firefox so it's probably an issue on nixos' end

                        • Vlad replied to this.

                          laiz Orion is behaving as it should, the site wants you to open two tabs.

                            11 days later

                            Vlad Could you elaborate? I tried this in other browsers (chromium) and safari - they dont behave like this. The sourcecode only shows a basic href to a new tab?

                                <div class="action">
                                  <a target="_blank" href="/blog/announcements.html#nixos-22.05">Announcement</a>
                                </div>
                            • Vlad replied to this.
                              12 days later

                              vordenken The page code has this

                               $(".clickable-whole").each(function () {
                                  // Make the whole thing act as if it was clicked.
                                  $(this).on("click", function () {
                                    $(this).find("a, button").first()[0].click();
                                  });
                                });

                              which is firing another click event on click which is really weird but that's what they want to do

                              (this is from Orion dsicord https://discord.com/channels/802933355603034132/908580964488323102/982371341246291989 )

                              Orion and Firefox behave correctly, Chrome and Safari don't.

                                15 days later
                                No one is typing