Project

General

Profile

Actions

Bug #19316

closed

IRRE Problem with TYPO3 4.2 - unable to delete child records

Added by Nico Thomaier over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-09-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

As already mentioned here

http://support.typo3.org/projects/irre/m/typo3-irre-irre-problem-with-typo3-42-unable-to-delete-child-records-345965/p/4/

I am also not able to delete child records that are of type inline with FF 3. I hit the delete button, click OK in the JS prompt telling that I'm sure that I
want to delete, and then - seemingly nothing happens.

This is the JS error msg I get (in file jsfunc.inline.js (line 670)):

--snip--

Element.getElementsByClassName is not a function

--snap--

I Tried to delete the IRRE Childs with IE 7 and everything works fine

Browser: Firefox 3.0.1
Client OS: Windows Vista 32 Bit
Server OS: SuSE Linux 9.3

(issue imported from #M9329)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #18965: getElementsByClassName does not work properly in Firefox 3 and Safari 3.1ClosedOliver Hader2008-06-16

Actions
Actions #1

Updated by Jochen Rau over 15 years ago

I can confim this for FF3 and for Safari3.1.2 (Mac OS X 10.5.4). If there is a foreign_selector and the option foreign_unique is set, the entry reappears in the list of the selector but is not deleted in the "bar"-list below. One can now select an entry again and again (although the option foreign_unique should avoid this).

Actions #2

Updated by Jochen Rieger over 15 years ago

Also without foreign_unique, I can confirm this behaviour in TYPO3 4.2.1. IRRE conf as follows:

'tx_cagttnews_paragraphs' => Array (
'exclude' => 1,
'l10n_mode' => 'exclude',
'label' => 'LLL:EXT:cag_ttnewsext/locallang_db.xml:tt_news.tx_cagttnews_paragraphs',
'config' => Array (
'type' => 'inline',
'foreign_table' => 'tx_cagttnews_paragraph',
'foreign_field' => 'parent_uid',
'maxitems' => 50,
'appearance' => Array (
'collapseAll' => 1,
'expandSingle' => 1,
'newRecordLinkAddTitle' => 1,
),
),
),

Actions #3

Updated by Clemens Riccabona over 15 years ago

I can confirm this bug.

Actions #4

Updated by Oliver Hader over 15 years ago

This bug was already solved in RFC #18965 and will be part of
  • TYPO3 4.1.8
  • TYPO3 4.2.2

You can use the TYPO3_4-2 branch from SVN repository or apply the patch at RFC #18965 to fix this bug on your system until one of the mentioned TYPO3 releases were published.

Actions

Also available in: Atom PDF