Height of textbox and button in Adaptive Card is incorrect in IE11
See original GitHub issueThe height of textbox and button in Adaptive Card is incorrect in IE11.
Screenshots
Version
Found in v4.4.2, but still exists after updated to newest version 4.5.1
Additional context
Found a workaround from #1836, it can be fixed with “$(".ac-pushButton").css("flex-basis", "");
”
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Input.Text - Schema Explorer | Adaptive Cards
Used to identify collected input when the Submit action is performed. ... height, BlockElementHeight, No, Specifies the height of the element.
Read more >Adaptive Card show text input block based on choice set value
You're using the ES5 bundle, which I'm assuming means you want this to work on IE11; You're trying to toggle visibility instead of...
Read more >WebChat Dialogue Provider - Adaptive Cards | Anywhere365
Warning: An incorrect JSON will cause the Adaptive Card to not be loaded. How to build JSON Scripts. Below we have an example...
Read more >Adaptive card teams json - Kleid und Leben
Samples and Templates of Adaptive Cards for Microsoft Teams This is exciting ... to have some formatting issues and I can't figure out...
Read more >Default Theme Changelog - Kendo UI for Vue - Telerik
button : tweak large size so it's compatible with guidelines for mobile ... input: apply correct hover border-color to input in default theme ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been fixed! https://github.com/microsoft/AdaptiveCards/issues/3301#issuecomment-535278549:
I think this is Adaptive Card problem.
If you use IE11 and browse to https://www.adaptivecards.io/visualizer/index.html, you will see the button are squeezed as well.
I have submitted a bug to Adaptive Card team, https://github.com/microsoft/AdaptiveCards/issues/3301. Please track the issue over there.
Once they have fixed it, we will bump Adaptive Card in Web Chat.