Adding IE11 Support Guidelines to Docs
See original GitHub issueSteps to reproduce
Test raised button component in IE11 with long text content.
Versions
Vue: 2.2.6 Vuetify: 0.11.1 OS: Windows 10 Browser: IE11
What is expected ?
The buttons must fit the content.
What is actually happening ?
The button has a fixed size which might be defined by the min-width.
Solution
As far as my debugging skills reach i was able to discover that a flex-basis: auto;
on the ‘btn__content’ class fixes the issue in my environment.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:21 (8 by maintainers)
Top Results From Across the Web
Fix web compatibility issues using document modes and the ...
The Internet Explorer 11 Enterprise Mode site list lets you specify document modes for specific websites, helping you fix compatibility ...
Read more >Set up Legacy Browser Support for Microsoft Edge in IE mode
Step 3: Configure Microsoft Edge browser policies · Turn on Control which extensions are installed silently. · Under Options, enter the extension's ID:....
Read more >Requirements - Lit.dev
This page gives a general overview for how to meet these requirements in your development ... Supporting older browsers (specifically Internet Explorer 11, ......
Read more >Supported browsers - Amazon QuickSight - AWS Documentation
Amazon QuickSight ended support for Microsoft Internet Explorer 11 on July 31, 2022. We can no longer ensure that the features and web...
Read more >Requirements and recommendations for Internet Explorer
Overview Internet Explorer 11 (IE11, Trident) is a legacy web browser but still used by Office add-ins running in Windows Outlook....
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
With correct settings, vuetify is correctly functionnal with IE10+ :
In my case, I use the “A la demande” config with POI.js. I add this settings in the poi.config.js in the
extendWebpack
:Now it works fine on IE11. But in IE10 I have only one bug : modals and dropdown menu works fine only first time
IE11 is the most used IE version and unfortunately it will be like this for a long time.
From what I have seen IE11 should be an easy catch, it “mostly works” in all frameworks, even in Vuetify.
If suggesting https://polyfill.io/v2/docs/, and some minor CSS fixes / additions makes Vuetify work without any probs I would vote going for it.
All our enterprise customers are using IE11 right now.
PS: https://www.netmarketshare.com/ reports 13,62% market share for IE11 right now.