Bug #5378

[team5] Record "Save and New": Focus on input field

Added by Mario Rimann over 5 years ago. Updated over 3 years ago.

Status:Closed Start date:2009-11-16
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:Usability
Target version:TYPO3 4.3
Tags:

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

#1 Updated by Ben van 't Ende over 5 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
  • Assigned To 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.

#2 Updated by Tim Lochmüller over 5 years ago

commit to team5 trunk.
on line of code...

Ext.select(".typo3-TCEforms input:first").focus();

#3 Updated by Jens Hoffmann over 3 years ago

  • Status changed from Accepted to Closed
  • Assigned To deleted (Benjamin Mack)

Done.

Also available in: Atom PDF