question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding IE11 Support Guidelines to Docs

See original GitHub issue

Steps 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.

vuetify-button-flexbox-issue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
throrin19commented, Dec 18, 2017

With correct settings, vuetify is correctly functionnal with IE10+ :

  • Add this polyfills :
    • element-dataset
    • babel-polyfill
  • Add this babel presets :
    • es2015
  • Add this babel plugins :
    • array-includes

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 :

config.module.rule('vuetify')
    .test(/vuetify.es5.*?js$/)
    .use('babel-loader')
    .loader('babel-loader');

Now it works fine on IE11. But in IE10 I have only one bug : modals and dropdown menu works fine only first time

5reactions
amesascommented, May 4, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found