Skip to content
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

Paginator not rendered correctly in IE 11 #10258

Closed
wimbou opened this issue Mar 4, 2018 · 9 comments
Closed

Paginator not rendered correctly in IE 11 #10258

wimbou opened this issue Mar 4, 2018 · 9 comments

Comments

@wimbou
Copy link

wimbou commented Mar 4, 2018

Bug:

The paginator layout is broken on Internet Explorer 11

What is the expected behavior?

De paginator should be correctly aligned on one row

What is the current behavior?

De paginator is split on several rows

What are the steps to reproduce?

Visit the table examples with the paginator in IE 11 https://material.angular.io/components/table/examples

What is the use-case or motivation for changing an existing behavior?

Make IE 11 users have the same user experience

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Is there anything else we should know?

@donroyco
Copy link
Contributor

donroyco commented Mar 4, 2018

Do you have a screenshot of the behaviour?

@wimbou
Copy link
Author

wimbou commented Mar 4, 2018

img_20180304_212041

@julianobrasil
Copy link
Contributor

In fact, material.angular.io layout is also broken in IE11:

image

But that's already being tracked in angular/material.angular.io#391

The vertical positioning is wrong in both cases. It can be just a coincidence, but IE11 is always breaking layouts when you're counting on vertical alignment without fixing the container height. When using flex-layout with fxLayout="column" I always use fxFlex="noshrink" to avoid trouble with IE11.

@crisbeto
Copy link
Member

crisbeto commented Mar 5, 2018

Closing as fixed in #9776.

@crisbeto crisbeto closed this as completed Mar 5, 2018
@karlmnz
Copy link

karlmnz commented Mar 6, 2018

Why are these issues being closed when the material.angular.io site is not working? Seem you have created cyclic ref. to other closed issues all of which haven't resolved initial issues as per original current behaviour screen shot. I have just viewed and get the same error. Then in my angular app getting a whole lot worse.

Surely you can't close something until the fix is actually applied.

@andrewseguin
Copy link
Contributor

Our process is to close issues once the fix has been merged into the master branch, not necessarily when the release occurs or the docs site is updated with the latest version.

@mradyuk
Copy link

mradyuk commented Jun 29, 2018

how to fix it paginator (material 5.2.1) for IE 11 ?

@julianobrasil
Copy link
Contributor

julianobrasil commented Jun 29, 2018

I'm afraid the fix exists just in >= 5.2.4. Before that the first and last page icons were made of multiple icons each. In 5.2.4 each icon was replaced by a single svg image (PR #9776)

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants