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

Thumbnail titles sometimes flicker on UI display #197

Closed
lwouis opened this issue Apr 1, 2020 · 0 comments
Closed

Thumbnail titles sometimes flicker on UI display #197

lwouis opened this issue Apr 1, 2020 · 0 comments

Comments

@lwouis
Copy link
Owner

lwouis commented Apr 1, 2020

Similar to #115, but it is happening under a very different technical context now that the main UI is no longer using a NSCollectionView. This ticket is about trying to stop or at least mitigate this flickering.

The flickering is due to the NSViews being reused from a pool for better performance. We show the UI as soon as possible to limit latency, but that means sometimes the user sees the title being updated.

Mitigating this could include trying to update the titles in advance in the background

@lwouis lwouis closed this as completed in 4eb9db0 Apr 8, 2020
lwouis pushed a commit that referenced this issue Apr 8, 2020
## [3.6.2](v3.6.1...v3.6.2) (2020-04-08)

### Bug Fixes

* avoid text flickering on main ui (closes [#197](#197)) ([4eb9db0](4eb9db0))
* dropdown preferences crashed in non-english (closes [#217](#217)) ([5447d5f](5447d5f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant