mihaiManea89
mihaiManea89
@stevkan , maybe this will help.  In botframework-webchat-core\src\reducers\createActivitiesReducer.ts the to-upload activity is patched by removing the contentUrl prop from attachments. It is needed when creating the blob for upload;...
@stevkan - Nope, that didn't help. I also added a watch for "document.activeElement" in chrome devTools and the sendBox never loses focus.
@stevkan Where did you try to repro? If you tried at the address specified in the bug description, maybe I wasn't specific enough: try zooming in at 75%-80%-90% or zooming...
@OEvgeny If you find this helpful, I fixed the problem by patching the react-scroll-to-bottom package and setting NEAR_END_THRESHOLD to 1.51 instead of 1. However, it's more of a workaround.
Any news on this ?