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

Redirect connection.start to page load if needed #578

Merged
merged 4 commits into from
Aug 4, 2012
Merged

Redirect connection.start to page load if needed #578

merged 4 commits into from
Aug 4, 2012

Conversation

NTaylorMullen
Copy link
Contributor

Fixed #215, #383 and #491

Executing Javascript once the DOM yielded constant loading in some
browsers where they viewed the page as continuously loading since the
entire page had not been loaded, even though the DOM had. Fixed this
issue by re-routing the connection.start call to the window.load event
by default but also allowing the user to overwrite the default via the
startAfterPageLoad flag.

All the bugs fixed in this commit are duplicates.

Executing Javascript once the DOM yielded constant loading in some
browsers where they viewed the page as continuously loading since the
entire page had not been loaded, even though the DOM had.  Fixed this
issue by re-routing the connection.start call to the window.load event
by default but also allowing the user to overwrite the default via the
startAfterPageLoad flag.
From startAfterPageLoad
Made deferral flag check more consistent.  Fixed a comment to abide by
consistency
Replaced all $(window) usages with the new saved referrence
NTaylorMullen added a commit that referenced this pull request Aug 4, 2012
Redirect connection.start to page load if needed
@NTaylorMullen NTaylorMullen merged commit 78a4f97 into SignalR:0.5.3 Aug 4, 2012
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