[TYPO3-dev] One TCEForms field is always empty. Need advice of experienced JS developers!
Steffen Kamper
steffen at sk-typo3.de
Tue Jan 29 12:13:51 CET 2008
Hi Dmitry,
"Dmitry Dulepov [typo3]" <dmitry at typo3.org> schrieb im Newsbeitrag
news:mailman.1.1201604081.14560.typo3-dev at lists.netfielders.de...
> Hi!
>
> Yesterday late evening I came across a problem. I cannot solve it myself,
> so I have to ask community to help me :)
>
> Please, take a look at this screenshot:
> http://typo3bloke.net/fileadmin/misc/title-problem.png
>
> These are fields for fe_users table in TCEform. All fields work and
> display ok except one field, whose "name" attrbiute is "title" (added by
> sr_feuser_register). It is always empty on FireFox (=any Gecko-based
> browser?) and never saved after form submission. Quickly looking at it in
> JS debugger revealed that all fields in the form are visible to JS as
> HTMLInputElement (or HTMLSelectElement). All except "title" field, which
> is a NodeList. When TBE_EDITOR.fieldSet() tries to get value of this
> field, it gets nothing, so field is empty in the form and any changes to
> it are not submitted.
>
i can't reproduce. There is a field named "Title" but comes from core (in
palette from Name [title, company]), and saving works for me without
problems (trunk version)
vg Steffen
More information about the TYPO3-dev
mailing list