Skip to content

Commit 0f4674e

Browse files
amirmursalAmir MursalOEvgeny
authored
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 <[email protected]> * Update translations * Remove snapshots and test tooling * Update docs --------- Co-authored-by: Amir Mursal <[email protected]> Co-authored-by: Eugene <[email protected]>
1 parent c50aac5 commit 0f4674e

File tree

104 files changed

+52
-1895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+52
-1895
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
4545
### Fixed
4646

4747
- Fixed [#5256](https://github.com/microsoft/BotFramework-WebChat/issues/5256). `styleOptions.maxMessageLength` should support any JavaScript number value including `Infinity`, by [@compulim](https://github.com/compulim), in PR [#5255](https://github.com/microsoft/BotFramework-WebChat/issues/pull/5255)
48+
- Fixes [#4965](https://github.com/microsoft/BotFramework-WebChat/issues/4965). Removed keyboard helper screen in [#5234]https://github.com/microsoft/BotFramework-WebChat/pull/5234), by [@amirmursal](https://github.com/amirmursal) and [@OEvgeny](https://github.com/OEvgeny)
4849

4950
## [4.18.0] - 2024-07-10
5051

__tests__/html/accessibility.keyboardHelp.ariaLabel.html

-39
This file was deleted.

__tests__/html/accessibility.keyboardHelp.ariaLabel.js

-5
This file was deleted.

__tests__/html/accessibility.keyboardHelp.clickCloseButton.html

-62
This file was deleted.

__tests__/html/accessibility.keyboardHelp.clickCloseButton.js

-6
This file was deleted.

__tests__/html/accessibility.keyboardHelp.clickThru.html

-72
This file was deleted.

__tests__/html/accessibility.keyboardHelp.clickThru.js

-6
This file was deleted.

__tests__/html/accessibility.keyboardHelp.darkTheme.html

-45
This file was deleted.

__tests__/html/accessibility.keyboardHelp.darkTheme.js

-6
This file was deleted.

__tests__/html/accessibility.keyboardHelp.escapeKey.html

-55
This file was deleted.

__tests__/html/accessibility.keyboardHelp.escapeKey.js

-6
This file was deleted.

__tests__/html/accessibility.keyboardHelp.forcedColors.html

-45
This file was deleted.

__tests__/html/accessibility.keyboardHelp.forcedColors.js

-6
This file was deleted.

0 commit comments

Comments
 (0)