-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
[14.0][FIX] shopfloor_mobile_base: fix searchbar focus #767
[14.0][FIX] shopfloor_mobile_base: fix searchbar focus #767
Conversation
Hi @simahawk, |
358e949
to
05c85a0
Compare
05c85a0
to
3ae9b87
Compare
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
@simahawk your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-767-by-simahawk-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 476bf18. Thanks a lot for contributing to OCA. ❤️ |
The searchbar wasn't always ready for scanned inputs unless the user manually clicked on it.
Using
focus()
is not enough, but combining it withclick()
did work in our tests.ref: cos-4175 & cos-4242