-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: buttonChanges related to the button.Changes related to the button.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
- This is a v1.x issue (v0.x is no longer maintained).
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
The extendedFAB button should display normally in IE 11.
Current Behavior
Only the icon displays, the text is cut off. It appears this is because IE 11 does not support width: initial. I was able to fix it in my application by overriding that to width: auto but I am not sure if that is a perfect solution.
Steps to Reproduce (for bugs)
- View the page at https://material-ui.com/demos/buttons/ and see the Extended FAB example. Screenshot attached.
Context
Your Environment
| Tech | Version |
|---|---|
| Material-UI | v1.3.1 |
| React | |
| browser | IE11 |
| etc |
Metadata
Metadata
Assignees
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: buttonChanges related to the button.Changes related to the button.type: bugIt doesn't behave as expected.It doesn't behave as expected.
