STEPS TO REPRODUCE 1. Open an archive file in Ark that contains folders 2. Click on ">" to expand a folder OBSERVED RESULT During the duration of the expand animation file names (size, ...) of the items in that folder are blurred. After the animation passes font returns back to normal. The same issue is present during "collapsing" a sub-folder. EXPECTED RESULT Fonts remain the same at all time. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.18.90 KDE Frameworks Version: 5.70 Qt Version: 5.15.0 ADDITIONAL INFORMATION This report likely belongs somewhere else.
Bug is in QTreeView. For animation, it renders to a temporary pixmap, which isn't created with the same scale factor as the widget. Please report this issue directly to Qt developers via https://bugreports.qt.io/
(In reply to Christoph Feck from comment #1) > Bug is in QTreeView. For animation, it renders to a temporary pixmap, which > isn't created with the same scale factor as the widget. > > Please report this issue directly to Qt developers via > https://bugreports.qt.io/ Can you do it? I don't have any experience with that.
I added a reference to an older Qt ticket. It might have either regressed, or the fix was only partial. https://bugreports.qt.io/browse/QTBUG-50207
Should be fixed with Qt 5.15.1 according to a recent discussion there.