You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
I don't know if this is an issue or an internal call that I don't understand, but when you enter ? character in tamil mode, a GET request is made to this URL தமிழà¯%c2%8d. If this is unidentified, we should investigate.
The text was updated successfully, but these errors were encountered:
artfuldev
changed the title
Junk Request sent on '?' character input
Junk request sent on '?' character input?
Jun 1, 2016
I have also observed this. ? is treated as a word break character. So
when the editor gets a ?, it replaces the current text with Tamil
equivalent one suggested in the suggestions box. Then immediately it sends
the currently replaced Tamil text again which is unnecessary.
Thanks for reporting this. If you want to get your hands dirty, feel free to
pick it up.
Thanks
Navaneeth
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know if this is an issue or an internal call that I don't understand, but when you enter
?
character in tamil mode, aGET
request is made to this URLதமிழà¯%c2%8d
. If this is unidentified, we should investigate.The text was updated successfully, but these errors were encountered: