Project

General

Profile

Actions

Bug #20963

closed

Child records cannot be deleted inline

Added by Thomas Mammitzsch over 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-08-31
Due date:
% Done:

0%

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

Description

if you added some kind of child inline, you cannot delete it using the trash icon

(issue imported from #M11835)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #21349: DOM object identifiers use invalid charactersClosedOliver Hader2009-10-23

Actions
Related to TYPO3 Core - Bug #21480: Problem with clearing of floated elements in IEClosedOliver Hader2009-11-06

Actions
Is duplicate of TYPO3 Core - Bug #21367: Click on Delete at IRRE Record throws JavaScript Exception...ClosedOliver Hader2009-10-26

Actions
Actions #1

Updated by Thomas Mammitzsch over 14 years ago

just to mention, for me this happens only in Typo 4.3.alpha 3

Actions #2

Updated by Thomas Mammitzsch over 14 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..

Actions #3

Updated by Thomas Mammitzsch over 14 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

Actions #4

Updated by Oliver Hader over 14 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....
Actions #5

Updated by Oliver Hader over 14 years ago

Please test the patch carefully provided at issue #0012327 and give me some feedback. Thanks!

Actions #6

Updated by Stefan Geith over 14 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)

Actions #7

Updated by Stefan Geith over 14 years ago

Patch 0012327 resolves the problem here (with Safari and FF 3.5.2, IE8 not tested).

Actions #8

Updated by Oliver Hader over 14 years ago

Could not reproduce in
  • Safari 4
  • FireFox 3.5
  • Internet Exlorer 8
Actions #9

Updated by Oliver Hader over 14 years ago

Deleting fixed with #21367

Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF