canmove, Confirmed users, Bureaucrats and Sysops emeriti
6,906
edits
m (clearing in prep for migration to new feature page format (will be done momentarily)) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{FeatureStatus | |||
|Feature name=Autocompletion Popup for Web Console | |||
|Feature stage=Landed | |||
|Feature version=Firefox 6 | |||
|Feature health=OK | |||
}} | |||
{{FeatureTeam | |||
|Feature product manager=Kevin Dangoor | |||
|Feature feature manager=Kevin Dangoor | |||
|Feature lead engineer=Mihai Sucan (msucan) | |||
|Feature security lead=Curtis Koenig | |||
|Feature qa lead=Vlad Maniac (vladmaniac) | |||
}} | |||
{{FeaturePageBody | |||
|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 requirements=[[File:Bug-585991.png|200px|thumb|right|Screenshot of the new AutocompletePopup in action.]] | |||
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 security review=* [[Security/Reviews/Firefox6/ReviewNotes/webconsole|Security Notes]] | |||
|Feature implementation notes=* {{bug|585991}} is the bug that contains the feature. | |||
}} | |||
{{FeatureInfo | |||
|Feature priority=P1 | |||
|Feature roadmap=Developer Tools | |||
|Feature list=Desktop | |||
|Feature engineering team=DevTools | |||
}} | |||
{{FeatureTeamStatus | |||
|Feature products status=tbd | |||
|Feature engineering status=tbd | |||
|Feature security status=tbd | |||
|Feature privacy status=tbd | |||
|Feature localization status=tbd | |||
|Feature accessibility status=tbd | |||
|Feature qa status=tbd | |||
|Feature ux status=tbd | |||
}} | |||
== 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. |