Closed
Bug 1316963
Opened 9 years ago
Closed 9 years ago
Crash on URL parsing (emoji)
Categories
(Focus-iOS :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Iteration:
1.8
People
(Reporter: aaronmt, Assigned: bnicholson)
Details
(Keywords: crash, reproducible, Whiteboard: [MobileAS])
Build #254
=> Enter
Reporter | ||
Comment 1•9 years ago
|
||
Bugzilla won't show Emoji in comment #0.
Enter an emoji in the URL bar
Hit spacebar
Hit Go
Summary: Crash on URL parsing → Crash on URL parsing (emoji)
Assignee | ||
Comment 2•9 years ago
|
||
NSRange and CharacterView are incompatible. The fix here was to use (string as NSString).length rather than string.characters.count to build an NSRange.
master: 67e3d97
Assignee: nobody → bnicholson
Status: NEW → RESOLVED
Iteration: --- → 1.8
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [MobileAS]
You need to log in
before you can comment on or make changes to this bug.
Description
•