Bug #20963
closedChild records cannot be deleted inline
0%
Description
if you added some kind of child inline, you cannot delete it using the trash icon
(issue imported from #M11835)
Updated by Thomas Mammitzsch about 15 years ago
just to mention, for me this happens only in Typo 4.3.alpha 3
Updated by Thomas Mammitzsch about 15 years ago
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..
Updated by Thomas Mammitzsch about 15 years ago
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
Updated by Oliver Hader about 15 years ago
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....
Updated by Oliver Hader about 15 years ago
Please test the patch carefully provided at issue #0012327 and give me some feedback. Thanks!
Updated by Stefan Geith about 15 years ago
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)
Updated by Stefan Geith about 15 years ago
Patch 0012327 resolves the problem here (with Safari and FF 3.5.2, IE8 not tested).
Updated by Oliver Hader almost 15 years ago
- Safari 4
- FireFox 3.5
- Internet Exlorer 8