-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Overwrite button disabled in paste conflict dialog #4585
Copy link
Copy link
Open
Labels
Area-FileOperationsRelated to file operations (e.g. moving, copying, renaming).Related to file operations (e.g. moving, copying, renaming).Area-UIUXRelated to user interface/experience (e.g. dialogs, notifications).Related to user interface/experience (e.g. dialogs, notifications).Issue-BugRelated unexpected behavior or something worth investigating.Related unexpected behavior or something worth investigating.Issue-Severe (high)Showstopper issues that require immediate attentionShowstopper issues that require immediate attention
Metadata
Metadata
Assignees
Labels
Area-FileOperationsRelated to file operations (e.g. moving, copying, renaming).Related to file operations (e.g. moving, copying, renaming).Area-UIUXRelated to user interface/experience (e.g. dialogs, notifications).Related to user interface/experience (e.g. dialogs, notifications).Issue-BugRelated unexpected behavior or something worth investigating.Related unexpected behavior or something worth investigating.Issue-Severe (high)Showstopper issues that require immediate attentionShowstopper issues that require immediate attention
Describe the bug
In the paste conflict dialog, the Overwrite button is permanently disabled (grayed out) and cannot be selected.
This prevents the user from overwriting an existing file when pasting into a directory that already contains a file with the same name.
To Reproduce
File1.mp3)Actual behavior
The dialog displays three actions:
Skip / Overwrite / Rename
However, Overwrite remains disabled and cannot be selected.
Expected behavior
Overwrite should be selectable so the user can replace the existing file.
Screenshots
Smartphone:
Device: Pixel 9 Pro (emulator)
OS: Android 16 / API 36
Rooted: No
Version: Debug build from latest
release/4.0Additional context
This appears related to the paste conflict dialog discussed in issue #4583, but the problem here is that the Overwrite action is never enabled, making it impossible to overwrite the existing file.