Confirmed users
933
edits
(→Non-goal bugs: +487556) |
|||
| Line 12: | Line 12: | ||
Eventually it would probably be interesting to implement adaptive-learning, and match across fieldnames (eg, consider <input name="address"> and <input name="addr">). | Eventually it would probably be interesting to implement adaptive-learning, and match across fieldnames (eg, consider <input name="address"> and <input name="addr">). | ||
= Design | = Design = | ||
[[Firefox/Namoroka/Improved form history]] | See [[Firefox/Namoroka/Improved form history]] | ||
= Bugs = | |||
* {{bug|370117}} - form autocomplete should sort by frequency of use - review? (dolske) | * {{bug|370117}} - form autocomplete should sort by frequency of use - review? (dolske) | ||
* {{bug|446247}} - Autocomplete should match any part of the string - review? (dolske) | * {{bug|446247}} - Autocomplete should match any part of the string - review? (dolske) | ||
| Line 20: | Line 22: | ||
* {{bug|444728}} - autocomplete disregards maxlength for input fields - review? (dolske) | * {{bug|444728}} - autocomplete disregards maxlength for input fields - review? (dolske) | ||
* {{bug|487556}} - satchel should send a notification when adding/removing/changing an item - review? (dolske) | * {{bug|487556}} - satchel should send a notification when adding/removing/changing an item - review? (dolske) | ||
= Recommendations for the future = | |||
* Look into adaptive learning for form history (to learn what entry is selected for a given input) | |||