Project

General

Profile

Actions

Bug #67198

open

requestUpdate does not work on Group Elements

Added by Philipp Wrann almost 9 years ago. Updated about 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-05-29
Due date:
% Done:

0%

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

Description

If i set a group element with size1, so it acts like a select box, the requestUpdate feature does not work.

I prefer using group over select fields because much less data is loaded from persistence. How can i fix this? I thould about added a custom wizard, that simply replaces the html for the group item and adds some javascript, but i dont know if there is an event i can use.

A onchange on the hidden input or the select does not work because the value is set by Javascript.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Story #69712: Further FormEngine developmentClosed2011-12-01

Actions
Has duplicate TYPO3 Core - Bug #52563: requestUpdate not working when selecting by suggest fieldClosed2013-10-06

Actions
Actions #1

Updated by Philipp Wrann almost 9 years ago

It looks like this could only be done in TYPO3\CMS\Recordlist\Browser\ElementBrowser (::762?)

The only way to achieve this without manipulating the core would be to set a javascript interval checking if the field has changed but i think this should go to the core.

When a group value is changed an the field is set as requestUpdate Field it should be updated.

Maybe simply add a dataset-attribute to the target input field that says requestUpdate=1 and if the new value is set from TCEMain the form is submitted like it is a select field.

Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.3 (Packages) to 7.4 (Backend)
Actions #3

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #4

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
  • Sprint Focus set to Stabilization Sprint
Actions #5

Updated by Tymoteusz Motylewski almost 8 years ago

  • Sprint Focus changed from Stabilization Sprint to On Location Sprint
Actions #6

Updated by Christian Kuhn almost 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #7

Updated by Christian Kuhn over 7 years ago

  • Parent task set to #69712
Actions #8

Updated by Christian Kuhn about 2 years ago

  • Parent task deleted (#69712)
Actions #9

Updated by Christian Kuhn about 2 years ago

  • Related to Story #69712: Further FormEngine development added
Actions

Also available in: Atom PDF