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

Fix "hide text" swipe gesture for React page types #919

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

tf
Copy link
Member

@tf tf commented Dec 20, 2017

Reaching inside the page's DOM from the page widget to attach event
listeners does not work when React re-renders the page. Use event
delegation on the page's element which never changes during the page
life cycle.

Reaching inside the page's DOM from the page widget to attach event
listeners does not work when React re-renders the page. Use event
delegation on the page's element which never changes during the page
life cycle.
@tf tf added this to the v12.2 milestone Dec 20, 2017
@coveralls
Copy link

coveralls commented Dec 20, 2017

Coverage Status

Coverage remained the same at 99.204% when pulling a54082e on tf:hide-text-on-react-pages into 99143f6 on codevise:master.

@tf tf changed the title Fix "hide text" swipe gesture for React page types [WIP] Fix "hide text" swipe gesture for React page types Dec 27, 2017
@tf
Copy link
Member Author

tf commented Dec 27, 2017

Need to check if this causes a bug that we've been seeing on a staging system.

@tf
Copy link
Member Author

tf commented Jan 4, 2018

Seems to work fine. Bug was unrelated.

@tf tf changed the title [WIP] Fix "hide text" swipe gesture for React page types Fix "hide text" swipe gesture for React page types Jan 4, 2018
@tf tf added the bug label Jan 4, 2018
@tf tf merged commit 74c3e08 into codevise:master Jan 4, 2018
@tf tf deleted the hide-text-on-react-pages branch January 4, 2018 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants