-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kie-issues#158: Automatically focus and select file name when creating a new file on KIE Sandbox #1667
Conversation
… a new file on KIE Sandbox
@kbowers-ibm So I think there's a problem with this approach.... If I WANT my file to be called "Untitled", every time I open it, its name will be selected. I think we're going to need a queryParam here to make sure this behavior is only triggered when a "New file" operation happens. |
Fair enough, will look into using a queryParam, thanks! :) |
Video showing: queryParam.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found an issue:
- Create a new file and name it something like "TestName"
- Try to create another new file
You will notice the the file isn't created instead the focus goes to the current "TestName", so user has to go to "New File" again.
It may be confuse to the users. I'm not sure if it's clear the description of the issue so there is a video.
Screen.Recording.2023-06-27.at.16.40.32.mov
Hi @danielzhe, |
Closing due to inactivity. |
Closes apache/incubator-kie-issues#158
Whenever a new file is created from the home page, or from the 'New File' dropdown in the Editor page, the name will be selected so user's can easily create a meaningful name