Bug 503539

Summary: The QDockWidget of an Ark window invoked by opening a nested `.zip` file stutters back and forth when it is horizontally expanded
Product: [Applications] ark Reporter: Roke Julian Lockhart Beedell <4wy78uwh>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: REPORTED ---    
Severity: minor CC: rthomsen6
Priority: NOR    
Version First Reported In: 25.04.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
URL: https://drive.google.com/drive/folders/1XIT9wC7E7Z1JQDvfyt06ENx6tf_BRt13?usp=drive_link
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: A Screencast Of The Problem And How To Induce It
A Screencast Of The Problem Not Reproducing

Description Roke Julian Lockhart Beedell 2025-04-29 17:04:28 UTC
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.
Comment 1 Roke Julian Lockhart Beedell 2025-04-29 19:44:26 UTC
Created attachment 180792 [details]
A Screencast Of The Problem Not Reproducing

This time, it didn't reproduce. I've not even rebooted.