Bug #5378
[team5] Record "Save and New": Focus on input field
| Status: | Closed | Start date: | 2009-11-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Usability | |||
| Target version: | TYPO3 4.3 | |||
| Tags: | ||||
| Votes: | 0 |
Description
Currently, if you add a new record by clicking the "Save and New" button in a new or existing record, no text field gets focus.
I see two options to improve:
- just focus the first input field
- focus some input field that is specified by TCA
I'd be pretty fine with the first way, that would improve usability when saving many many small records.
History
Updated by Ben van 't Ende over 3 years ago
- Subject changed from Record "Save and New": Focus on input field to [team5] Record "Save and New": Focus on input field
- Status changed from New to Accepted
- Assignee set to Benjamin Mack
- Target version changed from TYPO3 4.4 to TYPO3 4.3
I hope I am right in thinking that it is easy to fix ;-) I changed target version to 4.3 if you don't mind.
Updated by Tim Lochmüller over 3 years ago
commit to team5 trunk.
on line of code...
Ext.select(".typo3-TCEforms input:first").focus();
Updated by Jens Hoffmann over 1 year ago
- Status changed from Accepted to Closed
- Assignee deleted (
Benjamin Mack)
Done.