-
Notifications
You must be signed in to change notification settings - Fork 138
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
[bug]: Renaming request from left menu not working properly #154
Comments
Can the project admins review the issue and assign me the issue, I want to start contributing to this project |
Thank you @arp99 for filing this issue. I have assigned it to you, you can start contributing it. |
@Nishchit14 This seems to be a problem with the |
yes, that's true
we're using the |
I think this solution would work @arp99 Try to check that the tree has a renaming state with this api firecamp/platform/firecamp-platform/src/components/activity-bar/explorer/Explorer.tsx Line 141 in 85ce70c
here is the API https://rct.lukasbach.com/docs/api/interfaces/TreeRef#isrenaming |
@arp99 have you tried it? |
Bit busy with work, will try to resolve it by weekend |
Describe the bug
A clear and concise description of what the bug is.
When the request is not opened in any tab, and the user tries to rename the request from the dropdown available in the 3 dot. It opens a input box, but when the user tries to click on the input box the request gets selected, instead of the cursor getting inside the input box.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
enter
or the square that appear on right, should rename the requestScreenshots
If applicable, add screenshots to help explain your problem.
Screen.Recording.2023-11-21.at.7.29.32.PM.mov
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: