Skip to content

Conversation

@GuillaumeSmaha
Copy link

The issue appear when there are 2 scrollbars in the page.
The main scrollbar isn't added automaticaly in $target.offset().top for IE (version < 9)
So when I try to select an interval, the selection is shifted by the size of the first scrollbar.

Add to the current offset, the scrollTop value of window.document.documentElement fix the issue.

The issue appear when there are 2 scrollbars in the page.
The main scrollbar isn't added automaticaly in $target.offset().top for IE (version < 9)

Add to the current offset, the scrollTop value of window.document.documentElement fix the issue
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.

1 participant