-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
The keyboard opens automatically after clicking on a suggestion action button on Webchat with version 4.7.1 or 4.7.0 or latest #2850
Comments
@didaskein It looks like this behavior is intended. The suggested action
|
There are at least 2 issues related to this topic in previous issues. Can we try and pull those up? |
Hi @didaskein : @tdurnford gave a response. Please reopen if you have any further questions. Thanks. |
Reopening to track this work item |
Prefer not to detect whether it is mobile or not, but put the behavior across both platforms (not focus on send box after click). Because if you use Surface on tablet mode, it could suffer the same problem too. |
Please link two issues with this so we can understand the bigger picture. |
#2087 |
@tdurnford @corinagum could you please update this issue? Thanks :) |
@compulim to look at suggested actions and focus management on other channels in mobile environments (teams, facebook, etc) |
After suggested actions button is clicked, we can focus back to |
The original fix (no keyboard) was #1971. But it was reverted because of an accessibility issue #2608. I am reading the WCAG 2.4.3 Focus Order to see which path we should choose. |
FYI, we have a PR for this now, #3213. |
Thank you guys ! :) |
Issue with webchat version : 4.7.1 or 4.7.0 or latest
On Mobile Anroid (Samsung S9), or Iphone (8)
Sample of the issue (the keyboard open automatically after clicking on a suggestion action button)
Before clicking on the suggest action button "Oui"
After clicking on the suggest action button "Oui", we have the keyboard opened.
The code we are using in order to send the suggested action
When you click on the button, we need to have the value clicked on the right of the transcript of the conversation.
The behavior we have in 4.6.0, the keyboard stay closed ! :)
@stevkan thanks for you help ;)
The text was updated successfully, but these errors were encountered: