Bug Report #3334
API autofocus
| Status: | Closed | Start date: | 10/18/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | Kohana v3.x - v3.1.5 | |||
| Resolution: | fixed | Points: |
Description
I think the filter input box in the API section should be auto-focused.
You could either do it the jquery route:
$(document).ready(function(){
$('#api-filter-box').focus();
});
Or, even better, use the HTML5 progressive approach by adding the "autofocus" tag to the input.
History
Updated by Kiall Mac Innes over 1 year ago
- Target version set to v3.1.1
Bulk re-targeting tickets with no target version. These may need to be bumped to 3.2.0.
Updated by Jeremy Bush about 1 year ago
- Target version changed from v3.1.1 to v3.1.2
Updated by Jeremy Bush about 1 year ago
- Target version changed from v3.1.2 to v3.1.3
Updated by Jeremy Bush about 1 year ago
- Target version changed from v3.1.3 to v3.1.4
Updated by Matt Button 10 months ago
- Target version changed from v3.1.4 to v3.1.5
Updated by Chris Bandy 4 months ago
- Assignee set to Chris Bandy
- % Done changed from 0 to 100
- Resolution set to fixed
Updated by Chris Bandy 4 months ago
- Status changed from New to Closed