DevTools/Features/AutocompletionPopup
Status
Autocompletion Popup for Web Console | |
Stage | Complete |
Status | ` |
Release target | Firefox 6 |
Health | OK |
Status note | ` |
{{#set:Feature name=Autocompletion Popup for Web Console
|Feature stage=Complete |Feature status=` |Feature version=Firefox 6 |Feature health=OK |Feature status note=` }}
Team
Product manager | Kevin Dangoor |
Directly Responsible Individual | Kevin Dangoor |
Lead engineer | Mihai Sucan (msucan) |
Security lead | Curtis Koenig |
Privacy lead | ` |
Localization lead | ` |
Accessibility lead | ` |
QA lead | Vlad Maniac (vladmaniac) |
UX lead | ` |
Product marketing lead | ` |
Operations lead | ` |
Additional members | ` |
{{#set:Feature product manager=Kevin Dangoor
|Feature feature manager=Kevin Dangoor |Feature lead engineer=Mihai Sucan (msucan) |Feature security lead=Curtis Koenig |Feature privacy lead=` |Feature localization lead=` |Feature accessibility lead=` |Feature qa lead=Vlad Maniac (vladmaniac) |Feature ux lead=` |Feature product marketing lead=` |Feature operations lead=` |Feature additional members=` }}
Open issues/risks
`
Stage 1: Definition
1. Feature overview
The current JavaScript autocompletion in the web console suffers from some usability issues (difficulty in discovering other names that are available, inconvenient keyboard shortcuts for choosing a name).
2. Users & use cases
`
3. Dependencies
`
4. Requirements
The new autocomplete popup lists the possible completions such that the user can either click them or scroll through them using the up/down arrow keys. Tab and Enter allow the user to accept the selected completion. Escape closes the popup and deletes the proposed completion.
If the feature is not ready during the Aurora phase, msucan will back it out.
Non-goals
`
Stage 2: Design
5. Functional specification
`
6. User experience design
`
Stage 3: Planning
7. Implementation plan
`
8. Reviews
Security review
Privacy review
`
Localization review
`
Accessibility
`
Quality Assurance review
`
Operations review
`
Stage 4: Development
9. Implementation
- bug 585991 is the bug that contains the feature.
Stage 5: Release
10. Landing criteria
` {{#set:Feature open issues and risks=` |Feature overview=The current JavaScript autocompletion in the web console suffers from some usability issues (difficulty in discovering other names that are available, inconvenient keyboard shortcuts for choosing a name). |Feature users and use cases=` |Feature dependencies=`
|Feature requirements=
The new autocomplete popup lists the possible completions such that the user can either click them or scroll through them using the up/down arrow keys. Tab and Enter allow the user to accept the selected completion. Escape closes the popup and deletes the proposed completion.
If the feature is not ready during the Aurora phase, msucan will back it out. |Feature non-goals=` |Feature functional spec=` |Feature ux design=` |Feature implementation plan=` |Feature security review=* Security Notes |Feature privacy review=` |Feature localization review=` |Feature accessibility review=` |Feature qa review=` |Feature operations review=` |Feature implementation notes=* bug 585991 is the bug that contains the feature. |Feature landing criteria=` }}
Feature details
Priority | P1 |
Rank | 999 |
Theme / Goal | ` |
Roadmap | Developer Tools |
Secondary roadmap | ` |
Feature list | Desktop |
Project | ` |
Engineering team | DevTools |
{{#set:Feature priority=P1
|Feature rank=999 |Feature theme=` |Feature roadmap=Developer Tools |Feature secondary roadmap=` |Feature list=Desktop |Feature project=` |Feature engineering team=DevTools }}
Team status notes
status | notes | |
Products | ` | ` |
Engineering | ` | ` |
Security | sec-review-complete | Notes |
Privacy | ` | ` |
Localization | ` | ` |
Accessibility | ` | ` |
Quality assurance | Ready to land in Firefox 6 | ` |
User experience | ` | ` |
Product marketing | ` | ` |
Operations | ` | ` |
{{#set:Feature products status=`
|Feature products notes=` |Feature engineering status=` |Feature engineering notes=` |Feature security status=sec-review-complete |Feature security health=OK |Feature security notes=Notes |Feature privacy status=` |Feature privacy notes=` |Feature localization status=` |Feature localization notes=` |Feature accessibility status=` |Feature accessibility notes=` |Feature qa status=Ready to land in Firefox 6 |Feature qa notes=` |Feature ux status=` |Feature ux notes=` |Feature product marketing status=` |Feature product marketing notes=` |Feature operations status=` |Feature operations notes=` }}
Other Documentation
Autocompletion is implemented in many contexts. Prior to this feature, our completion is similar to that of the WebKit Inspector, but Firebug's current completion UI (which uses a popup as proposed here) seems more usable.