-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IE11 windows opened by Action.OpenUrl from an Adaptive Card is not resizable or scrollable #3483
Comments
@corinagum, could you take a look? |
@gudatcomputers please provide the Adaptive Card you are using that reproduces this scenario. |
@corinagum Here's the card content.. basic card. As far as having a public version of it, I had to roll it back to 4.9.0 to address the issue. Is that crucial?
|
@gudatcomputers First let me try and get a repro on our Web Chat bot first, and I'll get back to you. :) |
I'm able to reproduce this outside of Web Chat on IE11, using Ideas/options:
Currently, I am investigating other options to ensure we choose the securest option. I will report back. @gudatcomputers thanks, for now I don't need anything from the Health Bot. :) |
Thanks @corinagum we're, obviously, functional on 4.9.0 for now. Thanks for looking into alternatives. |
After doing some research, I think the best solution is to isolate a separate behavior for IE11, which would be to assign |
Screenshots
Version
4.9.1+ - downloaded from CDN, hosted locally
We are using webchat-es5.js with HealthBot.
When using IE11 (11.1685.16299.0), when choosing
Action.OpenUrl
from an Adaptive Card the opened window is fixed size with no scrollbars.Not sure if the fix [#3223] is the cause, but this issue occurs first in 4.9.1
Steps to reproduce
Action.OpenUrl
Adaptive CardExpected behavior
window that opens as a result of
Action.OpenUrl
is scrollable and resizableThe text was updated successfully, but these errors were encountered: