Open
Bug 1841733
Opened 2 years ago
Updated 2 years ago
Fix FormAutoCompleteResult.#calculateScore()
Categories
(Toolkit :: Form Manager, task, P2)
Toolkit
Form Manager
Tracking
()
NEW
People
(Reporter: serg, Unassigned)
References
Details
(Whiteboard: [fxcm-debt])
FormAutoCompleteResult.#calculateScore() refers to this._boundaryWeight and this._prefixWeight which are always undefined and that makes #calculateScore() to set totalScore to NaN. That leads to a useless call to sort().
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•