Skip to content

Bug fix #845

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

Closed
wants to merge 1 commit into from
Closed

Bug fix #845

wants to merge 1 commit into from

Conversation

fivetran
Copy link

fastInnerHtml defers to fastInnerText when possible.
It uses a regex with the /g modifier to do this.
That regex will alternate accepting and rejecting the same valid HTML due to the weirdness of the /g modifier.

@warpech
Copy link
Member

warpech commented Jun 29, 2013

Hi @fivetran, thanks a lot for the Pull Request!

Unfortunately, I did the same fix few days before on my local develop branch and I could not merge this because of too many conflicts.

Anyway, new version 0.9.7 has this issue fixed, in a same was as you proposed.

Thanks for submitting a PR with a test case, this is very helpful. Next time you don't have to submit dist/ and dist/wc files, though (they make the merge harder). And create it from a separate branch (not master). All this info is in CONTRIBUTING.md for your reference :)

@warpech warpech closed this Jun 29, 2013
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.

3 participants