Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhpStorm weird windows in switcher #660

Closed
ibrahimabdo opened this issue Oct 22, 2020 · 2 comments
Closed

PhpStorm weird windows in switcher #660

ibrahimabdo opened this issue Oct 22, 2020 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@ibrahimabdo
Copy link

Describe the bug
After the last update of AltTab, I am starting to get weird windows in switcher when I press Alt + Tab while using PhpStorm 2020.3.

I think it could be related to #652

Screenshots / video
https://a.cl.ly/qGuv7Eeb

@ibrahimabdo ibrahimabdo added the bug Something isn't working label Oct 22, 2020
@lwouis
Copy link
Owner

lwouis commented Oct 22, 2020

Hi @ibrahimabdo! I see that you are using the EAP. The EAP indeed has some unique problems that the stable release doesn't. You mentioned #652. In that ticket I did a change so that AltTab ignores one of the accessibility notification from EAP products from Jetbrains. This notification is used to detect if a window becomes tabbed into another window. Jetbrains products don't use native AppKit tabs in the first place, so it's safe to not get this notification.

What I'm saying is, yes it is related to #652 because this ticket was also about an issue in an EAP product. However, the issue is quite different, and I don't think the recent code change can be responsible for new windows appearing.

I think the issue you're facing is exactly the same as #562 so I will close this ticket as a duplicate. Maybe you could ask @mfn if they are seeing the issue these days. Last time we discussed it, they said the issue is gone now, but you seem to be facing it still.

Another thing to consider is the broader story of #456. I'm still looking for someone to help me devise a better heuristic to avoid showing things that are not windows.

@lwouis lwouis closed this as completed Oct 22, 2020
@lwouis lwouis added the duplicate This issue or pull request already exists label Oct 22, 2020
@mfn
Copy link

mfn commented Oct 22, 2020

After #652 was fixed, I did not notice further or other anomalies but yes, #562 sometimes occurs for me, but very rarely. And also did before the EAP and I saw it once since the EAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants