Project

General

Profile

Actions

Bug #30703

closed

Epic #62041: twbs Bootstrap backend, refactor EXT:t3skin and HTML5 output

Epic #62836: FormEngine PHP/HTML Improvements & Bootstrap

TCA type "select" + "multiple": cannot select the same item many times

Added by Dmitry Dulepov over 12 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2011-10-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Suppose you have a select control with "multiple" property in $TCA (see the screenshot). You want to add the same item multiple times. You cannot do that by simply clicking the item multiple times: you have to click the item, the other item, again your item, and so on.

The cause: the control uses "onchange" handler. There is no "change" event when the same item is clicked.
The solution: the control should use "onclick" handler.


Files

multiple-items.png (17.1 KB) multiple-items.png Dmitry Dulepov, 2011-10-10 09:53
Actions

Also available in: Atom PDF