Firefox/Projects/Bookmark Dialog Focus: Difference between revisions
Jump to navigation
Jump to search
(→Bugs) |
m (moved Firefox/Sprints/Bookmark Dialog Focus to Firefox/Projects/Bookmark Dialog Focus: They're actually projects) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 14: | Line 14: | ||
= Design = | = Design = | ||
* keep track of the | * keep track of the first field (title or tag) that was modified by the user | ||
* the next time the Add Bookmark dialog is opened, focus that field | * the next time the Add Bookmark dialog is opened, focus that field | ||
= Bugs = | = Bugs = | ||
* {{bug|480151}} | * {{bug|480151}} | ||
Latest revision as of 22:09, 7 August 2009
Overview
Sprint lead: Mano
Sprinters: beltzner, Mano
- Description
- If a user bookmarks a site and modifies the tag field, the next time they bookmark a site the focus should default to the tag field. If they modify the title, the next time they bookmark a site, the focus should default to the title field.
Goals / Use Cases
- Heavy tag users should default to tag field when they bookmark a page
- Users who frequently change the title of bookmarks should default to bookmark title field when they bookmark a page
Non Goals
- Having preferences or configuration switches to control the default
Design
- keep track of the first field (title or tag) that was modified by the user
- the next time the Add Bookmark dialog is opened, focus that field