-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[$250] mWeb - Workspace - Input is not auto-focused and keyboard doesn't open when creating a tag #53208
Comments
Triggered auto assignment to @sonialiap ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - Workspace - Input is not auto-focused and keyboard doesn't open when creating a tag What is the root cause of that problem?We are missing autoFocus props in this input App/src/pages/workspace/tags/WorkspaceCreateTagPage.tsx Lines 92 to 100 in c62ab78
What changes do you think we should make in order to solve the problem?Add autoFocus to this input What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.When user opens the Tags creating page, the input is not focused and the keyboard is not opened. What is the root cause of that problem?App/src/pages/workspace/tags/WorkspaceCreateTagPage.tsx Lines 92 to 100 in c62ab78
here we did not pass : autoFocus shouldDelayFocus What changes do you think we should make in order to solve the problem?pass these autoFocus
<InputWrapper
InputComponent={TextInput}
+ autoFocus
+ shouldDelayFocus |
This comment was marked as outdated.
This comment was marked as outdated.
@CyberAndrii These issues seem different, but if you believe they are the same, please share your proposal here. Since this issue was created first, any duplicate would typically be closed in favor of this one. |
I don't think your proposals have the correct RCA and solution. We already use |
I did some more testing and it appears that specifically in this case cc @Themoonalsofall @Shahidullah-Muffakir if you want to investigate this further and update your proposals. I wasn't able to reproduce this issue on a Pixel 8 Pro emulator so I tried various Browserstack devices and the results are as follows Reproducible
Not reproducible
|
Job added to Upwork: https://www.upwork.com/jobs/~021863569158386608990 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
@mollfpr we have a few proposals for your review :) |
I agree with @CyberAndrii. Both @Themoonalsofall @Shahidullah-Muffakir proposals don't solve the main issue. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.67-1
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Tag creation page is opened, the name input is automatically focused and keyboard is opened
Actual Result:
The name input isn't automatically focused and the keyboard is not opened.
Sometimes the focus and the keyboard appear with a delay
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6677791_1732697567850.video_2024-11-27_11-48-07.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mollfprThe text was updated successfully, but these errors were encountered: