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

TableComponent pinmode doesn't work properly with IE #58

Closed
marcodev01 opened this issue Jun 25, 2019 · 5 comments
Closed

TableComponent pinmode doesn't work properly with IE #58

marcodev01 opened this issue Jun 25, 2019 · 5 comments

Comments

@marcodev01
Copy link
Contributor

TableComponent pinmode 'on' doesn't work as expected in IE. This should be fixed or documented if no fix for IE aviable.

@kyubisation
Copy link
Collaborator

Yes, it requires support for position: sticky, which is not available in IE.
This should have been documented, but currently isn't.
We will add documentation for that.

@timschoch
Copy link

Could you provide a Fallback for IE that sets the table (or the Container) to overflow-x: auto;?
This way we have a gracefull degradation and the table is still usable.

We have data heavy tables (Reports) that require more space than available and a lot of our customers still use IE11. Doing nothing isn't an option for us.

@kyubisation kyubisation added the bug Something isn't working label Jun 26, 2019
@kyubisation
Copy link
Collaborator

@timschoch This should already be the case for sbb-table. Inside sbb-table the table is wrapped by a div with overflow: auto.

@kyubisation kyubisation removed the bug Something isn't working label Jun 27, 2019
@marcodev01
Copy link
Contributor Author

marcodev01 commented Jul 2, 2019

Nevertheless the pinmode still seems to be incompatible with IE:

  • In our case the horizontal scroll bar is missing exclusively in IE and Edge:
    IE_pinmode_scrollbar

  • For SACL democase the pinmode shadow occurs for entire box at its right side exclusively in IE:
    IE_pinmode_shadow

@kyubisation
Copy link
Collaborator

I can reproduce the shadow being at the wrong place, but I can not reproduce the missing scroll bar.
Could you provide a small reproduction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants