You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing the Enter key in the Object Browser should not trigger the file upload dialog unless the focus is explicitly on an actionable element (e.g., a button or input field specifically designed for file uploads). The behavior should be context-sensitive and should not override standard keyboard expectations.
Current Behavior
In the Object Browser, pressing the Enter key opens the file upload dialog regardless of the current focus. This happens even if no actionable elements (like buttons) are focused, leading to unexpected and non-intuitive behavior.
Possible Solution
Restrict the Enter key action to trigger the file upload dialog only when focus is explicitly on the "Upload" button or related file selection input. For all other cases, the Enter key should have no effect unless explicitly mapped to a specific action.
Steps to Reproduce (for bugs)
Navigate to the Object Browser in the MinIO admin console.
Select any bucket.
Click anywhere in the interface (e.g., an empty space or text input field).
Press the Enter key.
Observe that the file upload dialog opens unexpectedly, even though no file-related action was initiated.
Context
This issue creates a confusing user experience by overriding expected keyboard interactions. For example, users may accidentally open the upload dialog when they intended to confirm an unrelated input or action. This can disrupt workflows, especially in cases where the user works with keyboard navigation.
Regression
Unknown
Your Environment
Version used (minio --version): Not available, as I am reporting this issue as a user and do not have access to the server or environment details.
Server setup and configuration: Not available.
Operating System and version (uname -a): Not available, as this issue is being reported from the MinIO web interface.
The text was updated successfully, but these errors were encountered:
@GareevRinat we need to know the MinIO version you are running. We fixed a similar issue long time ago and this might be already solved. We'll try to reproduce in the latest version.
You could see the MinIO version by going to Health tab e.g.
Expected Behavior
Pressing the Enter key in the Object Browser should not trigger the file upload dialog unless the focus is explicitly on an actionable element (e.g., a button or input field specifically designed for file uploads). The behavior should be context-sensitive and should not override standard keyboard expectations.
Current Behavior
In the Object Browser, pressing the Enter key opens the file upload dialog regardless of the current focus. This happens even if no actionable elements (like buttons) are focused, leading to unexpected and non-intuitive behavior.
Possible Solution
Restrict the Enter key action to trigger the file upload dialog only when focus is explicitly on the "Upload" button or related file selection input. For all other cases, the Enter key should have no effect unless explicitly mapped to a specific action.
Steps to Reproduce (for bugs)
Context
This issue creates a confusing user experience by overriding expected keyboard interactions. For example, users may accidentally open the upload dialog when they intended to confirm an unrelated input or action. This can disrupt workflows, especially in cases where the user works with keyboard navigation.
Regression
Unknown
Your Environment
The text was updated successfully, but these errors were encountered: