Closed
Bug 608418
Opened 15 years ago
Closed 13 years ago
Find Crash ID or Signature has whitespace issues
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: adrian)
References
Details
(similar to Bug 502699)
Find Crash ID or Signature has whitespace issues. And based on Chris' comments in bug 608259 there may be issues with other characters being pasted.
I can't reliably reproduce this.
I don't normally use this field, so I'm not speaking from vast experience of what does or doesn't happen when using this field on a daily basis.
I tested using string
6ffe8380-7b0a-4b92-9d30-4739f2101019
and
nsRuleNode::GetStyleData
On one pass I pasted in 6ffe8380-7b0a-4b92-9d30-4739f2101019 and added a leading space, the search URL returned
https://crash-stats.mozilla.com/report/index/+
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•14 years ago
|
Whiteboard: [search]
| Assignee | ||
Comment 1•13 years ago
|
||
We should trim the search box content before verify if it's a UUID.
Assignee: nobody → adrian
OS: Windows Vista → All
Priority: -- → P2
Hardware: x86 → All
Whiteboard: [search]
| Assignee | ||
Comment 2•13 years ago
|
||
Pull request: https://github.com/mozilla/socorro-crashstats/pull/412
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/eda4ec89b6d62171c5adb794e489dc2b1416424a
Fixes bug 608418 - Stripped the content of the simple search input before verifying it is a UUID.
https://github.com/mozilla/socorro-crashstats/commit/718a416a820eeffdca07164ae40bbfe5283a3ccb
Merge pull request #412 from AdrianGaudebert/608418-trim-quick-search-input
Fixes bug 608418 - Stripped the content of the simple search input befor...
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•