Bug Tracker

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 m_gol

Component: unfiledcore
Milestone: None2.1.1
Owner: set to m_gol
Priority: undecidedlow
Status: newassigned

comment:2 Changed 9 years ago by m_gol

Resolution: fixed
Status: assignedclosed

Fixed in eda283d0e4d59074ae98af0fdc2951e6c109d5fd (sorry, I forgot to add a "Fixes" section in the commit message :/)

comment:3 Changed 9 years ago by m_gol

Resolution: fixed
Status: closedreopened

comment:4 Changed 9 years ago by Michał Gołębiowski

Resolution: fixed
Status: reopenedclosed

Core: Remove native String#trim usage to save size

Fixes #14794

Changeset: 279913c71b63da721fa2f118cdce150effbf773e

Note: See TracTickets for help on using tickets.