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

Chrome scrollHeight problem when window.open() popup #15

Open
stephaneerard opened this issue Mar 26, 2014 · 0 comments
Open

Chrome scrollHeight problem when window.open() popup #15

stephaneerard opened this issue Mar 26, 2014 · 0 comments

Comments

@stephaneerard
Copy link

Hi,

On Chrome latest version (Version 33.0.1750.154 m), I'm executing my webapp as a popup chrome window and as a normal tabbed window.

The popup one is buggy, its scrollHeight is bigger with 1px difference than the offsetHeight :

In the update() method :
this.viewportSize = $viewport[0]['offset' + sizeLabelCap];
this.contentSize = $overview[0]['scroll' + sizeLabelCap];

The result is in my popup I have a scrollbar whereas in the tabbed one, I don't.

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