Ticket #6614 (closed defect: fixed)
dojo.string.trim breaks for strings that contain trailing whitespace and result in one character
| Reported by: | blowery | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | General | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by blowery) (diff)
dojo.string.trim(" a ") yields "a " It should yield "a".
Change History
Note: See
TracTickets for help on using
tickets.