mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[PR #93] [CLOSED] Fix for automatic scrolling in Chrome #244
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/93
Author: @ws141
Created: 9/6/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
0290c01Parsing msgs.height() as int since float values sometimes get returned in Chrome. This was fixed in order to get the scrolling to work in chrome.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/client.coffee(+1 -1)📄 Description
jQuery height() returns floats in Chrome 28.0.1500.95 on Ubuntu 12.04. This breaks the automatic scrolling.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.