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

GH-1287 readstate ff fix #157

Merged
merged 7 commits into from Aug 14, 2018
Merged

GH-1287 readstate ff fix #157

merged 7 commits into from Aug 14, 2018

Conversation

@trickpattyFH20
Copy link
Contributor

@trickpattyFH20 trickpattyFH20 commented Aug 13, 2018

  • Have you followed the guidelines in CONTRIBUTING.md?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do?
  • Does your submission pass tests?
  • Did you lint your code prior to submission?
@trickpattyFH20 trickpattyFH20 requested a review from jsignanini Aug 13, 2018
@@ -190,9 +187,9 @@ class RewardsApp {
this.reward = request.reward;
this.conf = request.conf;
}
if (document.readyState === 'complete' || document.readyState === 'interactive') {
setTimeout(() => {

This comment has been minimized.

@christophertino

christophertino Aug 13, 2018
Member

@trickpattyFH20 what's up with this setTimeout?

This comment has been minimized.

@trickpattyFH20

trickpattyFH20 Aug 14, 2018
Author Contributor

React sees the element as non interactive and overwrites the click handlers. I added an inline comment documenting the setTimeout workaround

trickpattyFH20 and others added 5 commits Aug 13, 2018
…ery-extension into feature/close-rewards-fix
@jsignanini jsignanini merged commit 8c6a156 into develop Aug 14, 2018
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@jsignanini jsignanini deleted the feature/close-rewards-fix branch Aug 14, 2018
jsignanini added a commit that referenced this pull request Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants