Summary: | Dolphin RTL: Rename field grows in wrong direction in compact/details view | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ttv200 |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | kdedev, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 25.04.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | example |
Confirmed on Dolphin built from git-master |
Created attachment 180429 [details] example When renaming a file in Compact or Details view with --reverse (RTL layout), the input field for the filename grows in the wrong direction. Instead of expanding leftward (toward the free space), it expands rightward, causing layout issues and text clipping or overlap. ** Steps to Reproduce * Run Dolphin with RTL layout: `dolphin --reverse` * Switch to Compact View or Details View. * Right-click a file/folder and choose Rename, or press F2. * Begin typing a new name longer than the original.