Bug #38365
closedvalue slider does not work via AJAX
0%
Description
If an inline record using the value slider wizard is loaded by AJAX, the slider is not loaded.
I've traced this to t3lib_TCEforms_ValueSlider l. 113 $pageRenderer->addExtOnReadyCode($js). The onReady script registered here is not rendered at all.
Simply writing the code directly into $contents
/** @var $pageRenderer t3lib_pageRenderer */ // $pageRenderer = $GLOBALS['SOBE']->doc->getPageRenderer(); // $pageRenderer->addExtOnReadyCode($js); $contents .= '<script type="text/javascript">' . 'Ext.onReady(function() {' . $js . ' });' . '</script>'; return $contents;
at least initialises the slider and makes it work.
However, when opening the record, no value is displayed.
Updated by Wouter Wolters almost 10 years ago
- Status changed from New 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)?
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
4.7.2)
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.