Bug #82638
closed<onChange>reload</onChange> causes a javascript error if the field is changed in the backend
0%
Description
In a plugin flexform we have a select field with "onChange" set to "reload".
If I edit the plugin in the backend and select something in the select field, nothing happens (form doesn't get reloaded as expected) and in the javascript console appears an error message:
TypeError: TBE_EDITOR.labels.refreshRequired is undefined
I was able to reproduce this error in Firefox and Google Chrome.
Updated by Christian Kuhn about 7 years ago
- Status changed from New to Needs Feedback
Hmm, unable to reproduce (tested on master, but should be same in v8): ext:styleguide (https://github.com/TYPO3/styleguide) has some <onChange> fields on tx_styleguide_flex, they seem to work.
Would you like to compare your flex DS with the styleguide flex DS?
Updated by Kai Strecker about 7 years ago
I just tested it again and was unable to reproduce it either.
Looks like it got fixed with the last TYPO3 v8 update or it was a temporary web browser bug.
So this issue can be closed.
Updated by Wouter Wolters about 7 years ago
- Status changed from Needs Feedback to Closed
Closed as requested.