-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
IE9 ui-grid column headings (titles) misaligned #3854
Comments
I think IE9 has problems with the table-cell display type and max/min widths as we use them. Not sure if there's <IE10 styles that we can apply to fix it without breaking other things... |
@c0bra Have you find any solution for this alignment issue. Thanks |
I have not had a chance to look at it yet. |
Hey, Have you had a look at this issue already? I have exactly the same problem. In the meanwhile, is there some sort of workaround available? Thanks! |
Hi, I am also facing the same problem. Please help me with providing some workaround. |
@c0bra Any update on this. This also happens if we increase the number of columns . |
Yup, this bug is very annoying and we're urgently looking for a fix here. |
@hsiraj555 I have fixed it by a trick, bellow is the CSS. But I do not figure out the reason caused the bug. You can use this as temporary solution before the bug fixed. .ui-grid-header-cell-wrapper { .ui-grid-header-cell-row { .ui-grid-header-cell { |
@chuge Thanks; I've included this in a IE9-only condcom. |
This was not fixed. This commit broke the build. |
Hello, any update on this issue? I see this happening in Chrome as well. |
same issue here adn @chuge 's workaround worked for me. |
Hi, the same issue is happening in Chrome browser also. Its happening because when we click on tab by navigating cursor in Inline filter, When it goes to last column, after that the alignment is not proper. When we scroll from left to right then it will work fine. Please help us to resolve. |
Removed IE9 support. |
The below css fixes the issue but it removes the filtering row in the Ui-grid .ui-grid-header-cell-row { .ui-grid-header-cell { |
To solve the header alignment issue add below mentioned code in your "ts" file |
IE 9 does not align the columns titles properly on top of each column. Furthermore, text-overflow:ellipsis does not work on column heading.
This issue can be observed by resizing the columns in following link using IE9:
http://ui-grid.info/docs/#/tutorial/204_column_resizing
I would appreciate if somebody has any idea why is this and what's the solution.
The text was updated successfully, but these errors were encountered: