-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 not regenerated as file changes #31849
Comments
Works in 10.0.8 |
@davitol please try to reproduce this, to make sure I am not imagining. |
GitMate.io thinks the contributor most likely able to help you is @PVince81. Possibly related issues are #19219 (Thumbnail is not updated, when restoring a file), #10559 (Thumbnails not regenerated when reverting to an earlier version of a file), #28115 (Thumbnails are not shown in the version section), #205 (Files: thumbnails), and #31659 (don't delete the source files when generating thumbnails). |
In your screen capture, the thumbnail of the file keeps showing "asdfa" - but it should change as you restore different versions. |
Yes I misunderstood the title. It happens for me justonly editing the file, no need of restoring a version |
As discussed in chat, thumbnail update is working while editing a new file. But if I edit an existing file, then the content changes OK, but the thumbnail is not updated. |
@DeepDiver1975 are you able to have a look ? are we missing some hook triggers to tell the preview system to reset the preview after restore ? |
Fixes #31849 - delete thumbnails on write hooks
…30c07614ac5dde25ea11 [stable10] Fixes #31849 - delete thumbnails on write hooks
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps part 1
Expected results
Thumbnail shows content from the restored version.
Actual result
Thumbnail shows unchanged content.
Version
10.0.9RC1
Steps part 2
There is no thumbnail update when doing upload-overwrite:
Expected results
Thumbnail displays updated content
Actual result
Thumbnail shows unchanged content.
Steps part 3
There is no thumbnail update when editing an existing text file:
Expected results
Thumbnail displays updated content
Actual result
Thumbnail shows unchanged content.
The text was updated successfully, but these errors were encountered: