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

transition cause focus problem #24

Closed
johnchenkzy opened this issue Jun 9, 2021 · 5 comments
Closed

transition cause focus problem #24

johnchenkzy opened this issue Jun 9, 2021 · 5 comments
Labels
bug Something isn't working or looking right linux An issue occuring on linux windows An issue occuring on windows

Comments

@johnchenkzy
Copy link

In Windows 10 system , Typora version : 0.10.11. if not focus(select) on sidebar item,sidebar drop item will flash across . i debug this issue, It's cause by transition code.
3

.file-tree-node:not(.file-node-root):not(.file-node-expanded)
    .file-node-background {
    transition-duration: 0.2s;
    transition-property: background-color;
}

remove this code, problem resolve. maybe another solution?

@h16nning h16nning added bug Something isn't working or looking right windows An issue occuring on windows labels Jun 11, 2021
@h16nning
Copy link
Owner

h16nning commented Jun 12, 2021

Hi, the issue has been resolved in the latest release.

@blockisec
Copy link

This issue happens on Linux too (saw this on Fedora and Debian). If I remove the code shown above, the problem is gone.

@h16nning h16nning added the linux An issue occuring on linux label Jul 13, 2021
@h16nning
Copy link
Owner

h16nning commented Jul 13, 2021

@blockomat2100 Thanks for mentioning this. I updated the labels. I’ll fix it soon.

@h16nning h16nning reopened this Jul 13, 2021
@h16nning
Copy link
Owner

Hi @blockomat2100, the issue shouldn't occur anymore in version 1.10.3. Unfortunately I can't test this with my current setup, so I would really appreciate it, if you gave me a short feedback whether it's actually fixed.

@blockisec
Copy link

@h16nning, thanks. Seems to be fixed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or looking right linux An issue occuring on linux windows An issue occuring on windows
Projects
None yet
Development

No branches or pull requests

3 participants