Opened 9 years ago
Closed 9 years ago
#14794 closed bug (fixed)
String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1
Reported by: | m_gol | Owned by: | m_gol |
---|---|---|---|
Priority: | low | Milestone: | 2.1.1 |
Component: | core | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1. We'll need to port the fix from 1.x-master
to the master
branch. :(
Change History (4)
comment:1 Changed 9 years ago by
Component: | unfiled → core |
---|---|
Milestone: | None → 2.1.1 |
Owner: | set to m_gol |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Core: Remove native String#trim usage to save size
Fixes #14794
Changeset: 279913c71b63da721fa2f118cdce150effbf773e
Note: See
TracTickets for help on using
tickets.
Fixed in eda283d0e4d59074ae98af0fdc2951e6c109d5fd (sorry, I forgot to add a "Fixes" section in the commit message :/)