Bug #20963
closed
Child records cannot be deleted inline
Added by Thomas Mammitzsch about 15 years ago.
Updated about 6 years ago.
Description
if you added some kind of child inline, you cannot delete it using the trash icon
(issue imported from #M11835)
just to mention, for me this happens only in Typo 4.3.alpha 3
seems the same bug as http://bugs.typo3.org/view.php?id=11837
i get an error thrown in 4.3 when i display the TCEform:
Fehler: uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: "http://projekte.test/vierdrei/typo3/contrib/prototype/prototype.js [^] Line: 2844"]
in 4.2.6 i don't get this error so i assume thats the bug..
The bug is caused by scriptaculous 1.8.2, which comes with Typo 4.3 alpha 3.
If i use scriptaculous 1.8.1 from 4.2.6, everything works fine
The JavaScript frameworks are fine, but the characters used with JavaScript in the Core are not:
e.g. "]" and "[" are not valid and thus will fail
<div id="data[123][table][13][field]" ...>
but it should be
<div id="data-123-table-13-field" ...>
This is a major change and will take some time....
Please test the patch carefully provided at issue #0012327 and give me some feedback. Thanks!
I've got the same problem, but it depends on the browser. My results:
Records can be deleted with
- Firefox 3.0.14 (WinXP)
- IE 6.0 (WinXP)
- IE 7.0 (WinXP)
Records are NOT deleted with
- IE 8.0 (WinXP and btw. Layout scrampled)
- Safari 3.1.2 (WinXP)
- Safari 4.0.2 (MAC OS 10.5)
- FireFox 3.5.2 (WinXP and MAC OS 10.5)
Patch 0012327 resolves the problem here (with Safari and FF 3.5.2, IE8 not tested).
Could not reproduce in
- Safari 4
- FireFox 3.5
- Internet Exlorer 8
- Status changed from Resolved to Closed
Also available in: Atom
PDF