Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix #855 Modal overlay forces a horizontal scrollbar in IE 9 #915

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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
Loading
from

Conversation

vlazar
Copy link

@vlazar vlazar commented Dec 12, 2012

The issue described here #855

The removed window.innerWidth returns window width, but it also includes vertical scrollbar width (if present). And it is for ie9+ only, but the comment incorrectly says it's for ie7+.

I've checked document.documentElement.clientWidth and it gives correct results in ie7, ie8, ie9.
The jQuery's $(window).width() also returns correct width, and can also be used, but I wanted the fix to be minimal.

…ls#561 Scrollable circular loop shows blank areas, should be seamless
…% for left and top and margins in pixels (so now it stays centered on window resize). For "absolute" positioning it uses the old positioning in pixels.
…ix for jquerytools#87 - fixes initial position not only for circular scrollable with initialIndex = 0, but for non circular scrollable and any initialIndex too.
@alibby251
Copy link
Contributor

Hi vlazar,

Thanks for this - any chance you could please separate out these commits into separate instances? It will help - if one has an issue, then we would otherwise have to pull the whole lot. It would also help if you could please provide a JSfiddle showing the test case, and how your fixes help if possible?

@vlazar
Copy link
Author

vlazar commented Jan 28, 2013

Hi alibby251,

Sure, will do this as soon as I have time. Any interest in other commits, not related to #855 BTW?

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.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.