remove keyboard helper screen from web chat#5234
Merged
Conversation
beyackle2
previously approved these changes
Jul 8, 2024
OEvgeny
reviewed
Jul 8, 2024
OEvgeny
requested changes
Jul 8, 2024
Collaborator
OEvgeny
left a comment
There was a problem hiding this comment.
Please update tests according to my comment
OEvgeny
reviewed
Jul 9, 2024
OEvgeny
previously approved these changes
Jul 9, 2024
OEvgeny
reviewed
Jul 9, 2024
Collaborator
|
We probably want to cleanup localizations as well: BotFramework-WebChat/packages/api/src/localization/en-US.json Lines 74 to 90 in e069c62 |
Co-authored-by: Eugene <EOlonov@gmail.com>
b8cdfc7 to
3ee5239
Compare
Collaborator
Done |
compulim
approved these changes
Aug 15, 2024
Collaborator
compulim
pushed a commit
that referenced
this pull request
Jul 23, 2025
* remove keyboard helper screen from web chat * update test case for transcript avigation isualKeyboardIndicator * update change log file for pull request changes * update test case for visual keyboard indicator * remove keyboard navigation steps in test case * Update CHANGELOG.md Co-authored-by: Eugene <EOlonov@gmail.com> * Update translations * Remove snapshots and test tooling * Update docs --------- Co-authored-by: Amir Mursal <amirmursal@microsoft.com> Co-authored-by: Eugene <EOlonov@gmail.com>
11 tasks
compulim
added a commit
that referenced
this pull request
Jul 24, 2025
* remove keyboard helper screen from web chat (#5234) * remove keyboard helper screen from web chat * update test case for transcript avigation isualKeyboardIndicator * update change log file for pull request changes * update test case for visual keyboard indicator * remove keyboard navigation steps in test case * Update CHANGELOG.md Co-authored-by: Eugene <EOlonov@gmail.com> * Update translations * Remove snapshots and test tooling * Update docs --------- Co-authored-by: Amir Mursal <amirmursal@microsoft.com> Co-authored-by: Eugene <EOlonov@gmail.com> * Update entry * Use download-artifact/upload-artifact@v4 * Use docker compose * Move to MockBot4 * Merge test result * Fix tests * Update conversationStart tests * Update conversationStart tests * Update conversationStart screenshots * Skipping some tests related to MockBot4 * Use browser variant of simple-update-in * Remove unneeded tests * Fix speechRecognition.simple test * Update ignore pattern * Fix token endpoint --------- Co-authored-by: Amir Mursal <amir.mursal@nuance.com> Co-authored-by: Amir Mursal <amirmursal@microsoft.com> Co-authored-by: Eugene <EOlonov@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Entry
Fixes #4965. Removed keyboard helper screen in #5234, by @amirmursal
Description
Removed keyboard control screen from the chat window to address several accessibility issues
CHANGELOG.mdReview Checklist
Browser and platform compatibilities reviewedCSS styles reviewed (minimal rules, noz-index)Internationalization reviewed (strings, unit formatting)package.jsonandpackage-lock.jsonreviewedSecurity reviewed (no data URIs, check for nonce leak)