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

Move column functionality - moving column does not shows up in IE #2352

Closed
jpuri opened this issue Dec 15, 2014 · 3 comments
Closed

Move column functionality - moving column does not shows up in IE #2352

jpuri opened this issue Dec 15, 2014 · 3 comments
Milestone

Comments

@jpuri
Copy link
Contributor

jpuri commented Dec 15, 2014

Although the moving column repositions correctly in IE but moving column is not seen (tested with latest version of IE: IE11).

@PaulL1 PaulL1 added this to the Future milestone Dec 15, 2014
@ChrisSchmidt1991
Copy link

This issue is related to css
.movingColumn {
position: fixed;
}
This needs to be changed to absolute. Even though this works for Firefox and Chrome, because it doesn't reference the browser window as it should. it might be related to or similar to http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/.
The issue with changing it to absolute is it messes up the scrolling badly.

@AgDude
Copy link
Contributor

AgDude commented Jun 12, 2015

@jpuri Is this still ocurring for you? I can't reproduce this.

@jpuri
Copy link
Contributor Author

jpuri commented Jun 12, 2015

I did not tried this, but as I remember it has been fixed by some contributor.

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

No branches or pull requests

4 participants