Git Product home page Git Product logo

Comments (2)

tom2strobl avatar tom2strobl commented on June 3, 2024

So I was able to narrow it down. I wrote a super quick script that rewrites the last stdout line to process.stdout.write(`${window.title} - ${window.owner.name}`)

This way I could navigate around see live updates to what active-win is seeing. Unfortunately it seems that almost any action in Illustrator causes their window to have an empty title.

Here's the default view (you can see the correct title at the bottom of the adobe window):
adobe-regular

But when you open any dropdown field like stroke or fonts it suddenly becomes empty:
adobe-dropdown-stroke

Same when eg. just opening a toolbar:
adobe-toolbar

Or even simpler – just a context menu:
adobe-contextmenu

Is there anything we can do about this or are our hands tied since Adobe doesn't return anything here?

😬

from active-win.

tom2strobl avatar tom2strobl commented on June 3, 2024

Ok, so after all it just simply seems that all those interactions technically launch sort of mini windows that obviously take the first space in the open-window-stack. Since they are launched from the "correct" window I can use activeWindow.getOpenWindows() and if the first entry is one of those empty title shenanigans I can take the second entry and if the app name matches and has a window title, I can use that one. Sounds a bit flaky, so I will run some tests, but I guess its sort of a valid way to go about it.

SCR-20230621-mrzp

Since it's not really an error on active-wins end, but rather an inconvenience by adobe, feel free to close this issue.

from active-win.

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.