DRAFT
The content of this page is a work in progress intended for review.
Please help improve the draft!
Ask questions or make suggestions in the discussion
or add your suggestions directly to this page.
The goal is to make form history more intelligent about how it stores are retrieves form data. Currently, satchel displays saved data alphabetically to the user based on prefix matches with what the user has typed. Making form history more like the "Awesomebar" will increase the usefulness of this feature.
Plan
- User interface with the dropdown of suggestions will remain the same with a possible addition of a delete button
- Consider data on last use, first use, and # uses in ordering of suggestions
- see bug 474880, bug 272308 & bug 477375
- Use groupings/containers of relevancy so that result order is more stable between small changes to query.
- Limit # of saved fields per form
- Ability to search within history instead of just head matches
- These results should be ranked lower or possibly be only shown if there are not results that matched the head
- Don't have to always consider field names (especially if no matching results found for a field)
- Use Javascript port of autocomplete portions - bug 469443
- Consider maximum length of text fields - bug 444728
- Consider ability to not share form history between domains - bug 409795
- Use preferences to allow some user control over history results
- Look at about:config prefs for urlbar to get ideas
Existing form history bugs from form manager to consider
- bug 474880 - Chronological sort
- bug 370117 - form autocomplete should sort by frequency of use
- bug 252486 - Option to disable form manager (saved form information) for secure websites (https)
- bug 385741 - Want to be able to exclude sites from form autofill
- bug 260908 - Trailing spaces should be trimmed from AutoComplete
- bug 272308 - Weight form completion data by frequency used
- bug 347564 - text input auto complete interferes too much
- bug 380963 - Providers of form-fill data should be able to register with satchel
- bug 409795 - Data filled in a web is used in others if field name is the same
- bug 414524 - Form autocomplete should sort numbers numerically
- bug 424646 - form history autocomplete doesn't show work on input fields that are focused too early (e.g. in newly opened tabs)
- bug 439716 - Form Manager should be a JavaScript-based component
- bug 444728 - autocomplete disregards maxlength for input fields
- bug 448540 - Form auto-complete stops working after Enter is pressed
- bug 477375 - sorting of auto-complete options in web-forms by frequency of use