diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c134d8661..33e9a69078 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -391,6 +391,7 @@ Breaking changes in this release:
- Downgraded graph upsert conflict checks, by [@compulim](https://github.com/compulim) in PR [#5674](https://github.com/microsoft/BotFramework-WebChat/pull/5674)
- Fixed virtual keyboard should show up on tap after being suppressed, in iOS 26.2, by [@compulim](https://github.com/compulim) in PR [#5678](https://github.com/microsoft/BotFramework-WebChat/pull/5678)
- Fixed compatibility with `create-react-app` by adding file extension to `core-js` imports, by [@compulim](https://github.com/compulim) in PR [#5680](https://github.com/microsoft/BotFramework-WebChat/pull/5680)
+- Fixed virtual keyboard should be collapsed after being suppressed, in iOS 26.3, by [@compulim](https://github.com/compulim) in PR [#5757](https://github.com/microsoft/BotFramework-WebChat/pull/5757)
## [4.18.0] - 2024-07-10
diff --git a/__tests__/html2/fluentTheme/connectivityStatus.html b/__tests__/html2/fluentTheme/connectivityStatus.html
index 9c9c63fa85..04ae045673 100644
--- a/__tests__/html2/fluentTheme/connectivityStatus.html
+++ b/__tests__/html2/fluentTheme/connectivityStatus.html
@@ -21,8 +21,9 @@
} = window; // Imports in UMD fashion.
const { directLine, store } = testHelpers.createDirectLineEmulator({ autoConnect: false });
+ const styleOptions = { spinnerAnimationBackgroundImage: 'url(/assets/staticspinner.png)' };
- const App = () =>
diff --git a/__tests__/html2/sendBox/hideKeyboard.pauseBetweenSetAttributeAndFocus.html b/__tests__/html2/sendBox/hideKeyboard.pauseBetweenSetAttributeAndFocus.html new file mode 100644 index 0000000000..26951b4cc4 --- /dev/null +++ b/__tests__/html2/sendBox/hideKeyboard.pauseBetweenSetAttributeAndFocus.html @@ -0,0 +1,75 @@ + + +
+ + + + + + +
+