Project

General

Profile

Actions

Bug #50877

closed

File not saved in link field after being uploaded in link selector

Added by Nicola Heisch almost 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2013-08-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Situation:

Userrights: All (Admin)
Browsers: All
TCEforms with following field configuration:
'media' => array(
'exclude' => 1,
'label' => 'Media',
'config' => array(
'type' => 'input',
'size' => '48',
'max' => '255',
'checkbox' => '',
'eval' => 'trim',
'wizards' => array(
'_PADDING' => 2,
'link' => array(
'params' => array(
'blindLinkOptions' => 'mail,spec,folder,page',
'allowedExtensions' => 'jpg,jpeg,gif,png'
),
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=wizard',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
)
)
),

Steps to reproduce this Bug:

  1. Click on link symbol next to text field
  2. Select the folder you want to upload your file to
  3. Upload a new file
  4. After the upload completed successfully select the new file
  5. After the wizard popup closed and you see the link to the uploaded file, save the record.
  6. After the record was saved, the input field is empty

It seems to be a JavaScript problem. After selecting the newly uploaded file, the Path to the file is inserted into the visible input field but not the hidden field which will actually be saved.

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #2

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #4

Updated by Morton Jonuschat over 8 years ago

  • Status changed from New to Closed

I'll close the issue as it's not reproducible in the latest stable and development versions of TYPO3 CMS.
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

Also available in: Atom PDF