Project

General

Profile

Actions

Bug #18016

closed

FCE-Dropdown shows Invalid Value Error when using comma

Added by Christopher Schnell over 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-01-18
Due date:
% Done:

0%

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

Description

When using an FCE-Dropdown list and there is a comma in the Dropdown value, it is not parsed correctly but an "Invalid Value" is shown instead. This happens when using CDATA, I have not tried it without (because I use also html (linebreak) there). This misbehaviour occurs both, when using the character "," as well as the encoding ","

The output is stopped at the character before the comma.

BTW. The TV Version is 1.3.3 but I cannot select it in the Product Version above.

This Bug was already reported in 2006 by Klaus Hinum on the TV Mailinglist, see http://lists.typo3.org/pipermail/typo3-project-templavoila/2006-May/000928.html

please find below the corresponding part of the XML

<field_aField type="array">
<tx_templavoila type="array">
<title>Test</title>
<eType>select</eType>
<tags>p</tags>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0"><![CDATA[A value without comma]]></numIndex>
<numIndex index="1"><![CDATA[Hello World]]></numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0"><![CDATA[A value with comma]]></numIndex>
<numIndex index="1"><![CDATA[Hello, World]]></numIndex>
</numIndex>
</items>
<default>0</default>
</config>
<label>The Test</label>
</TCEforms>
</field_aField>
(issue imported from #M7198)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20021: Select doesn't allow comma in valueClosed2009-02-15

Actions
Actions

Also available in: Atom PDF