canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
(Created page with "{| class="fullwidth-table" |- | style="font-weight: bold; background: #DDD;" | Feature | style="font-weight: bold; background: #DDD;" | Status | style="font-weight: bold; backgro...") |
No edit summary |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{FeatureStatus | ||
| | |Feature name=Autocompletion Popup for Web Console | ||
| | |Feature stage=Complete | ||
| | |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. | |||
The | |||
If the feature is not ready during the Aurora phase, msucan will back it out. | 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 | |||
{{bug|585991}} is the bug that contains the feature. | |Feature priority=P1 | ||
|Feature roadmap=Developer Tools | |||
|Feature list=Desktop | |||
|Feature engineering team=DevTools | |||
}} | |||
{{FeatureTeamStatus | |||
|Feature security status=sec-review-complete | |||
|Feature security health=OK | |||
|Feature security notes=[[Security/Reviews/Firefox6/ReviewNotes/webconsole|Notes]] | |||
|Feature qa status=Ready to land in Firefox 6 | |||
}} | |||
== Other Documentation == | == 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. | 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. | ||