Bug #21205
closeddeleting of Irre Elements does not work
0%
Description
in current trunk 6109 of TYPO3 4.3
it's not possible to deleted an Irre Element, if you click the garbage Icon.
Firebugs Error Message :
An invalid or illegal string was specified" code: "12
[Break on this error] results = $A(root.querySelectorAll(e)).map(Element.extend);\n
prototype.js (Zeile 2844)
to reproduce,
install current trunk of TYPO3 4.3 go to Module "IRRE Turorial" and install sample Data
-install Extension irre_tutorial
- got to page "1:n comma separated values"
- edit the record "Wellness Well-Being Hotel Rose..."
- try to delete one of the IRRE Elements ""Experience it" Week", or "Wellness & Beauty Week" with the Garbage Icon
(issue imported from #M12152)
Updated by Sven Juergens about 15 years ago
it seems there is a problem with Firefox 3.5.3 on Windows an MAC, with FF 3.0.14 there is a normal behavior.
yout can test it with a portable Firefox version
Updated by Alexander Stehlik about 15 years ago
I can confirm this bug for TYPO3 4.3beta2 in Firefox 3.5.3 running on Ubuntu 9.04.
In Epiphany everything works fine.
The error occurs in t3lib/jsfunc.inline.js in line 671 in this function call:
inlineRecords = Element.select(objectId+'_div', '.inlineRecord');
Updated by Oliver Hader about 15 years ago
This problem was solved in the current SVN Trunk and will be released with TYPO3 4.3-beta3.
Please report again, if the current SVN Trunk still has a problem here...
Updated by Sven Juergens about 15 years ago
with current trunk (6287) the bug is solved
Updated by Alexander Stehlik about 15 years ago
Everything looking good in the current trunk :)
Updated by Oliver Hader about 15 years ago
This issue was solved with RFC #21349