Feature #49726

f:form autofocus attribute is missing in f:form.textfield and f:form.textarea

Added by Tim Spiekerkötter about 2 years ago. Updated about 1 year ago.

Status:Resolved Start date:2013-07-06
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-
Has patch:No

Description

As in f:form.button there should be an attribute "autofocus" as well for f:form.textfield and f:form.textarea to be consistent in autofocus behaviour.

This is a copy from the issue #48689 from TYPO3 CMS.

patch.diff Magnifier (2 kB) Tim Spiekerkötter, 2013-07-06 13:22

Associated revisions

Revision c763e759
Added by Tim Spiekerkötter about 2 years ago

[FEATURE] Added autofocus attribute to textfield and textarea

The ViewHelpers f:form.textfield and f:form.textarea were lacking the
HTML5 "autofocus" attribute. It is available for button, input and
textarea. Now Fluid reflects this correctly by adding this attribute to
the initializeArguments methods for TextareaViewHelper and
TextfieldViewHelper.

Resolves: #49726
Releases: master
Change-Id: I00480dc4e76b2854dc0be36d150d32c7b432d93d

History

#1 Updated by Tim Spiekerkötter about 2 years ago

  • Assigned To set to Tim Spiekerkötter

#2 Updated by Tim Spiekerkötter about 2 years ago

I made the code changes on TYPO3.Fluid but can not push them to the repository. Here is the git diff origin/master output.

#3 Updated by Tim Spiekerkötter about 2 years ago

  • Assigned To deleted (Tim Spiekerkötter)
  • % Done changed from 0 to 70

#4 Updated by Gerrit Code Review about 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22013

#5 Updated by Tim Spiekerkötter about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 70 to 100

Also available in: Atom PDF