Closed
Bug 1188086
Opened 10 years ago
Closed 10 years ago
Crash when quickly deleting characters in autocomplete queries
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: bnicholson, Assigned: karim)
Details
(Keywords: crash, reproducible)
Attachments
(1 file)
STR:
1) Make sure "yahoo.com" is in your history.
2) Quickly type "ya" and hit backspace before the string is completed.
Updated•10 years ago
|
Severity: normal → critical
Keywords: crash,
reproducible
Comment 1•10 years ago
|
||
From the log on my simulator
2 CoreFoundation 0x0000000105651b9d +[NSException raise:format:] + 205
3 Foundation 0x00000001047026ae -[NSRLEArray objectAtIndex:effectiveRange:] + 142
4 Foundation 0x000000010471a029 -[NSConcreteMutableAttributedString addAttribute:value:range:] + 209
5 Client 0x00000001030b1d9b _TFC6Client21AutocompleteTextField25setAutocompleteSuggestionfS0_FGSqSS_T_ + 3963
6 Client 0x00000001030a73c2 _TFC6Client10URLBarView25setAutocompleteSuggestionfS0_FGSqSS_T_ + 194
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kbenhmida
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8639984 -
Flags: review?(bnicholson)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8639984 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/817
Looks good to me! A few comments in the PR.
Attachment #8639984 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•