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

Table with frozen column shift to the left in Chrome and Safari #39

Closed
razvanstan opened this issue Feb 6, 2013 · 0 comments
Closed

Comments

@razvanstan
Copy link

Hi,

On this example: http://jlynch7.github.com/SlickGrid/examples/example-frozen-columns.html

press mouse button and scroll horizontally to the right, until the mouse goes outside the table. The frozen columns will be hidden in the left side, and you get empty space on right.

This issue appear only in Chrome and Safari (for mac and windows).

Later edit:
The problem was appear because .slick-pane have width:100%;

quick fix for this:

$paneWidth = $('.slick-viewport.slick-viewport-top.slick-viewport-right').width();
$('.slick-pane.slick-pane-top.slick-pane-right').width($paneWidth);
$('.slick-pane.slick-pane-header.slick-pane-right').width($paneWidth);

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

1 participant