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

Tabs not trimmed from text fields #224

Closed
jaragunde opened this issue Mar 9, 2016 · 1 comment
Closed

Tabs not trimmed from text fields #224

jaragunde opened this issue Mar 9, 2016 · 1 comment

Comments

@jaragunde
Copy link
Member

[Trac import]
Reported by: jaragunde
Original date: Monday, 23 September 2013 16:40

If you enter some trailing whitespace in the text fields of a task form, it should be trimmed, and it's not working for tabs.

It would be a good idea to check if trailing line jumps are being removed, probably they aren't.

jaragunde added a commit that referenced this issue Apr 25, 2018
The ExtJs method already removes tabs and newlines. Remove custom
Trim(), LTrim() and RTrim().

Also, do not trim the password field, this behavior doesn't feel
right.
@jaragunde
Copy link
Member Author

commit 3364174ab0807b175d399a4585aef2e70000a61b
Author: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Date:   Wed Apr 25 13:51:58 2018 +0200

    [#224] Use trim method provided by ExtJs.
    
    The ExtJs method already removes tabs and newlines. Remove custom
    Trim(), LTrim() and RTrim().
    
    Also, do not trim the password field, this behavior doesn't feel
    right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant