Side navigation
#14794 closed bug (fixed)
Opened February 13, 2014 10:15PM UTC
Closed March 04, 2014 10:09PM UTC
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. :(
Attachments (0)
Change History (4)
Changed February 13, 2014 10:16PM UTC by comment:1
component: | unfiled → core |
---|---|
milestone: | None → 2.1.1 |
owner: | → m_gol |
priority: | undecided → low |
status: | new → assigned |
Changed February 13, 2014 10:52PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in eda283d0e4d59074ae98af0fdc2951e6c109d5fd (sorry, I forgot to add a "Fixes" section in the commit message :/)
Changed March 04, 2014 10:07PM UTC by comment:3
resolution: | fixed |
---|---|
status: | closed → reopened |