Giter Site home page Giter Site logo

Comments (3)

alpenandrew avatar alpenandrew commented on June 21, 2024

I get the same issue. It seems to be switching, except it's pulling the window up behind the current window.

I'm on Windows 10

from tab-search.

chucklebrother avatar chucklebrother commented on June 21, 2024

Also seeing this (I seem to recall that this used to work, although perhaps not)
Same observed behaviour as alpenandrew that the window containing the found tab is brought to "focus" behind the currently focused window.

Mac OS 10.14.6
FF 85.0.2

from tab-search.

rfast10430 avatar rfast10430 commented on June 21, 2024

On my computer, the window containing the found tab (the new FF window) is activated for a split-second but then the currently focused window is reactivated so the new FF window is hidden. I wrote a short AutoHotkey script that functions as a workaround.

The script basically waits for the new FF window to be active and then waits for a second (during which time the current FF window is reactivated) and creates a pop up window that automatically disappears after 1 second. In Windows, when the pop-up window disappears, the last found window is activated (which is the new FF window found by Tab Search) so it's visible.

Here is the script:

$^+f::
SendInput,^+f
WinGetTitle, currtitle, A
WinGet, oldid, id, A

Loop,
{
WinGet, newid, id, A
if (newid <> oldid)
{
msgbox, , ,wait 1 second, 1
break
}
}

return

from tab-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.