Bug #23935
closedSimulate time in the TYPO3 admin panel is being ignored.
0%
Description
The time will be cleared after hitting the "Update"-Button and no content elements will be shown/hidden.
Tested in FF and IE8 with different date (time) formats like:
- 10:29 4-12-2010
- 4-12-2010
- 2010-12-4
- 4.12.2010
Maybe its depending on 0005611
(issue imported from #M16244)
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23094
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23094
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/23094
Updated by Peter Niederlag almost 11 years ago
- Category deleted (
Communication) - Target version deleted (
0) - TYPO3 Version changed from 4.3 to 6.2
- Is Regression set to No
I confirm the problem on current master. According to my findings on master the JS is broken.
Using the field¶
The field used to behave like all date/time fields in TYPO3. You can enter 'n', 'd' or 't' to get current date or even add simple calculations like 'd+13' or 'd-10'. The JS will take care of updating the hidden field and transform the value into a unix timestamp.
The JavaScript is currently broken (Uncaught ReferenceError: TBE_EDITOR is not defined) in jsfunc_evalfield.js in a default installtation. Probably this problem disappears with Fe-Editing enabled or other additional extensions.
The JavaScript seems pretty buggy but basic stuff actually still works. Actually this should get fixed first, bugreport/patch to follow ASAP.
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Closed
resolved with #55093