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

Fixes #1266 Reflow sidenav to prevent issue in IE11 #1267

Closed
wants to merge 1 commit into from
Closed

Fixes #1266 Reflow sidenav to prevent issue in IE11 #1267

wants to merge 1 commit into from

Conversation

fortunatomaldonado
Copy link
Member

@fortunatomaldonado fortunatomaldonado commented Oct 27, 2018

Fixes #1266
https://issues.liferay.com/browse/LPS-86163

Being able to reflow the content will fix the issue in IE11. I was able to find examples of reflowing content which can be found here. I was unable to get the reflow to work using offsetWidth and found using .css() worked. Adding the reflow to _renderUI will make sure this issue will not be reproducible for any sidenav created.
Let me know if there is a better way to cause the reflow and if there are any questions or comments.

Thank you.

pat270 added a commit to pat270/clay that referenced this pull request Oct 29, 2018
@pat270
Copy link
Member

pat270 commented Oct 29, 2018

New pull: #1271

Hey @fortunatomaldonado,
There needs to be some additional reflows done on .control-menu and #wrapper wherever we are instantiating the side navigation in DXP to completely fix the issue.

@pat270 pat270 closed this Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clay: IE11 SideNav does not fully close
2 participants