We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: