-
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
[$1000] Settings - Help - Not auto focusing on search field for Help page #27158
Comments
Triggered auto assignment to @anmurali ( |
Job added to Upwork: https://www.upwork.com/jobs/~01884263b0de13d0a5 |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to @maddylewis ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @aimane-chnaif ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Search field not auto focused when opening side bar on help page What is the root cause of that problem?In Lines 102 to 116 in 1ae51cc
We are not focusing the search field when we open the sidebar, inside What changes do you think we should make in order to solve the problem?We should select the search field using it's id which is document.getElementById('gsc-i-id1').focus() We will just add it here @@ -108,6 +108,8 @@ function openSidebar() {
body.style.position = 'fixed';
body.style.top = `-${yAxis}`;
+ document.getElementById('gsc-i-id1').focus(); ResultScreen.Recording.2023-09-11.at.6.07.47.PM.mov |
melvin double assigned. im unassigning myself since i was the second assignee!! |
@anmurali, @aimane-chnaif Eep! 4 days overdue now. Issues have feelings too... |
@anmurali, @aimane-chnaif Still overdue 6 days?! Let's take care of this! |
@anmurali @aimane-chnaif this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@anmurali, @aimane-chnaif 10 days overdue. Is anyone even seeing these? Hello? |
This is worth fixing! |
@aimane-chnaif can you pls review those proposals posted? |
@anmurali @aimane-chnaif this issue is now 3 weeks old. There is one more week left before this issue breaks WAQ and will need to go internal. What needs to happen to get a PR in review this week? Please create a thread in #expensify-open-source to discuss. Thanks! |
📣 @getusha 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @Harshizonnet 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
Posting here too Hi, I noticed the same code twice. Could we please revert the changes in #31039 Also, this is a part of helpdot project. (no seperate issue based pay here) Lines 104 to 112 in 2c7062b
|
If so, this should have been closed earlier before contributors putting efforts on it. |
Yeah that sounds fair! To move things forward, @getusha could you please confirm if you'll be creating a revert PR 🙇 |
duplicate issues and effort happen in a large project. i hope you understand :) |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.99-0 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-22. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@robertjchen, @anmurali, @getusha, @aimane-chnaif Eep! 4 days overdue now. Issues have feelings too... |
We can skip BZ checklist as it's helpDot issue @anmurali this is ready for payment |
@robertjchen, @anmurali, @getusha, @aimane-chnaif Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I think we're just awaiting payment on this one. |
All done. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
When user tap on search icon it opens search tab but not focusing on Search field, keyboard should open on android/ios devices.
Actual Result:
When user tap on search icon ,Search field should be focused, keyboard should open on android/ios devices.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.67.2
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
screen-capture.4.webm
Recording.4383.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Harshizonnet
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1694070713281919
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: