The Wayback Machine - https://web.archive.org/web/20201121224011/https://github.com/wasabeef/richeditor-android/issues/100
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

URI encoding of '+' on re-callback #100

Open
dsardari opened this issue Feb 21, 2017 · 0 comments
Open

URI encoding of '+' on re-callback #100

dsardari opened this issue Feb 21, 2017 · 0 comments

Comments

@dsardari
Copy link

@dsardari dsardari commented Feb 21, 2017

The current callback uses encodeURI to encode the content of the editor.

When typing a string that includes the '+' character the onTextChanged callback returns an empty space.

Using encodeUriComponent seems to fix the issue, however I haven't done extensive testing to see if it affects other elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.