Created attachment 180786 [details] A Screencast Of The Problem And How To Induce It SUMMARY The QDockWidget of an Ark window invoked by opening a nested `.zip` file stutters back and forth when it is horizontally expanded. STEPS TO REPRODUCE 1. Downloaded https://drive.google.com/drive/folders/1XIT9wC7E7Z1JQDvfyt06ENx6tf_BRt13?usp=drive_link. If ever unavailable, this means create a `.zip` file inside another `.zip` file by utilising AOSP's "Bug Report" feature (accessible in `com.android.settings.Settings$DevelopmentSettingsDashboardActivity`). 2. Navigate into the nested file via Ark (I initially invoke Ark from Dolphin). 3. Attempt to expand the QDockWidget. OBSERVED RESULT It stutters, back and forth. EXPECTED RESULT It should resize however large I want it to. SOFTWARE/OS VERSIONS > Operating System: Fedora Linux 42 > KDE Plasma Version: 6.3.4 > KDE Frameworks Version: 6.13.0 > Qt Version: 6.9.0 > Kernel Version: 6.14.4-300.fc42.x86_64 (64-bit) > Graphics Platform: Wayland ADDITIONAL INFORMATION Interestingly, the nested `.zip`'s window's QDockWidget appears to lack both the `DockWidgetFloatable` and `DockWidgetClosable` of its counterpart, so I shan't be surprised if its implementation differs.
Created attachment 180792 [details] A Screencast Of The Problem Not Reproducing This time, it didn't reproduce. I've not even rebooted.