Bug #68486
closedElementbrowser links to wrong tab
100%
Description
Hello,
following lines in an extension
'teaser_image' => array ( 'exclude' => 1, 'label' => 'LLL:EXT:blabla/Resources/Private/Language/locallang_db.xlf:tx_blabla_article.teaser_image', 'config' => array ( 'type' => 'group', 'internal_type' => 'file', 'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'], 'max_size' => 500, 'uploadfolder' => 'uploads/blabla', 'show_thumbs' => 1, 'size' => 1, 'minitems' => 0, 'maxitems' => 1, ) ),
If you click on "choose file" the element browser starts with selected tab "File". But if you click on the little icon just in front of fileadmin, the element browser switches to tab page (See ScreenShot)
Files
Updated by Jesper Mathiasen over 9 years ago
- File linkerror.png linkerror.png added
- File linkerror_output.png linkerror_output.png added
Not sure if this is the same bug, but when using the element browser to choose a file and attempting to expand a folder, a 500 error is returned when the ajax call to expand happens.
Updated by Susanne Moog over 9 years ago
- I can't reproduce the 500 error
- I can reproduce the behavior mentioned by Stefan by using the normal link browser -> file -> little arrow in front of root level folder (fileadmin) -> results in landing on page
- Additionally when opening and closing nodes I get a JavaScript error: Uncaught TypeError: Cannot read property 'navFrameHighlightedID' of undefined
Updated by Markus Klein over 9 years ago
There is something totally wrong.
TYPO3_Element_Browser.jpg:
Why is there a "remove link" button?
Why are there tabs for records at all, if this field is about files?
Updated by Markus Klein over 9 years ago
- Assignee set to Markus Klein
- Priority changed from Should have to Must have
Updated by Markus Klein over 9 years ago
Core-internal usage of this TCA configuration is fe_users.image
. Can be tested there.
Updated by Markus Klein over 9 years ago
First issue: jquery is not loaded in the popup./master/typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery.js?bust=1438000762
This path does not exist
Updated by Markus Klein over 9 years ago
Maybe not only the aforementioned issue is to blame, but the whole implementation for tree roots
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41989
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41989
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba924399cd16eb5f223d4c22cd160ddd661c5e69.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed