Project

General

Profile

Actions

Task #79609

closed

Add for attribute to all label tags

Added by Georg Ringer about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-02-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Adding the for attribute to all labels improves the usabilily:

  • in the form manager/ form wizard
  • in the inspector

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #79445: EXT:form - improve form-creation-wizardClosedTobias Siegler2017-01-24

Actions
Actions #1

Updated by Benni Mack about 7 years ago

  • Target version changed from 8.6 to 8 LTS
Actions #2

Updated by Björn Jacob about 7 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Georg Ringer

Could you please provide a screenshot/ a mock up to show us the missing labels. All property fields do have a label IMHO. Do you want to show additional descriptive texts explaining the interface in more detail?

Actions #3

Updated by Benni Mack almost 7 years ago

  • Target version changed from 8 LTS to Candidate for patchlevel
Actions #4

Updated by Georg Ringer almost 7 years ago

  • Status changed from Needs Feedback to Accepted

meant are labels in the actual UI of the backend module to improve using the wizards

Actions #5

Updated by Björn Jacob over 6 years ago

  • Related to Task #79445: EXT:form - improve form-creation-wizard added
Actions #6

Updated by Ralf Zimmermann about 6 years ago

  • Status changed from Accepted to New
  • Assignee changed from Georg Ringer to Björn Jacob
  • Target version deleted (Candidate for patchlevel)

Not sure what to do

Actions #7

Updated by Georg Ringer about 6 years ago

it is about the backend module, see

<div class="form-editor">
    <div class="t3-form-control-group form-group">
        <label><span data-template-property="label">Form name</span></label>
        <div class="" data-identifier="inspectorEditorControlsGroup">
            <div class="t3-form-controls" data-identifier="inspectorEditorControlsWrapper">
                <input type="text" value="" data-template-property="propertyPath" class="form-control">
            </div>

        </div>

        <span data-template-property="validationErrors"></span>
    </div>
</div>

the label is missing a for attribute.

Actions #8

Updated by Björn Jacob about 6 years ago

  • Subject changed from Add labels to EXT:form backend module to Add for attribute to all label tags
  • Description updated (diff)
  • Status changed from New to Accepted
  • Assignee deleted (Björn Jacob)
Actions #9

Updated by Gerrit Code Review about 6 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56698

Actions #10

Updated by Gerrit Code Review about 6 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56698

Actions #11

Updated by Gerrit Code Review about 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56698

Actions #12

Updated by Ralf Zimmermann about 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF