Project

General

Profile

Actions

Bug #14341

closed

Edit-wizard does not work with renderMode = "checkbox"

Added by David Bruehlmeier over 19 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-09-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

When using the new renderMode = "checkbox" for select fields, the Edit-wizard (typo3/wizard_edit.php) does not work anymore, because no value can be selected. All the system returns is the Popup 'Please select one or more items in the list before you can edit'. When 'popup_onlyOpenIfSelected' is turned off, it still does not work.

(issue imported from #M395)


Files

bug_395_screenshot.png (10.4 KB) bug_395_screenshot.png Administrator Admin, 2005-10-28 18:58
T3X_test_rendermode.t3x (2.65 KB) T3X_test_rendermode.t3x Administrator Admin, 2005-10-28 18:58
bug_395_on_typo3_401.png (20.6 KB) bug_395_on_typo3_401.png Administrator Admin, 2006-09-08 07:59
Actions #1

Updated by Sebastian Kurfuerst over 18 years ago

Hi,
can you please add some screenshots for clarification and as well test your problem with TYPO3 3.8.0? Thanks, Sebastian

Actions #2

Updated by David Bruehlmeier over 18 years ago

Hi Sebastian,
I added a screenshot and also a small test-extension I made with TYPO3 3.8.0. The problem has not yet been solved with 3.8.0.

Thanks for looking into this!
Dave.

Actions #3

Updated by Mathias Schreiber over 17 years ago

TYPO3 Version too old.
The reported version is no longer maintained.

If this bug still persists in 4.0.1, please re-open it again and set the field "Product Version" to the corresponding version.

Actions #4

Updated by David Bruehlmeier over 17 years ago

Hi,

I have re-tested this bug on TYPO3 4.0.1 and the problem still persists (please see updated screenshot). The bug can still be tested using the attached extensions.

Unfortunately, I cannot change the TYPO3-version field as you have requested.

Greetings, Dave.

Actions #5

Updated by Susanne Moog over 12 years ago

  • Status changed from Needs Feedback to Accepted
  • Target version deleted (0)
  • TYPO3 Version changed from 3.7.0 to 4.6
  • Complexity set to easy

I could reproduce this bug with current trunk (wow!).

Actions #6

Updated by Wouter Wolters about 12 years ago

I just had a look at this issue.

What I found out was that the onclick on the checkboxes calls a function that returns "undefined".

This is the call: TBE_EDITOR.fieldChanged('tx_testrendermode_master','1','linktoslave','data[tx_testrendermode_master]1[linktoslave]');

If you click on the pencil to edit a selected record, then the following check is performed: if (!TBE_EDITOR.curSelected(\'' . $itemName . $listFlag . '\')

The curSelected returns an empty string I guess, because when alerting it nothing gets alerted.

I'm not that experienced to fix this issue my self (maybe after many hours i'll get it). But hopefully it will help someone else in the good direction.

Actions #7

Updated by Alexander Opitz over 9 years ago

  • Status changed from Accepted to Needs Feedback
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

Actions #8

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions #9

Updated by Jeff Segars almost 9 years ago

Looks like the issue is still occurring on 6.2.13

Actions

Also available in: Atom PDF