Closed
Bug 122898
Opened 23 years ago
Closed 23 years ago
Use <label> element
Categories
(Bugzilla :: Query/Bug List, defect, P3)
Tracking
()
People
(Reporter: aaronlev, Assigned: endico)
Details
Using these html elements will make bugzilla so much faster!
For example, for the "submit query" button
<input type="submit" value="Submit query" accesskey="q" />
This will allow Alt+Q to submit the query, no matter where you are in the page.
Also,
<th align="right"><label for="summary" accesskey="s">Summary:</label></th>
And then putting id="summary" wherever the textfield is introduced, should make
Alt+S jump to that field.
I recommend:
Alt+Q submit _q_uery
Alt+S _s_ummary
Alt+D a _d_escription entry
Alt+U _U_RL
Alt+W Status _w_hiteboard
Alt+K _K_eyword
Maybe someone wishes to take this further, but I believe this would speed
bugzilla use by a factor of 2
A similiar thing could be done for entrying new bugs - Alt+C could commit, etc.
- Aaron
Comment 1•23 years ago
|
||
<label> is bug 110711 and listed as a blocker bug for 2.16
accesskey is bug 102648 and targetted at 2.18
Comment 2•23 years ago
|
||
I believe there are still other places we need to use label so I'll change this
bug to be for that.
Priority: -- → P3
Summary: Use <label> element and accesskey="letter" attribute to speed queries → Use <label> element
Target Milestone: --- → Bugzilla 2.18
Comment 3•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
oops, wrong number....
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 5•23 years ago
|
||
and with the right bug# this time...
*** This bug has been marked as a duplicate of 14887 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 7•22 years ago
|
||
clearing target in DUPLICATE/WORKSFORME/INVALID/WONTFIX bugs so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.18 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•