Project

General

Profile

Actions

Bug #23935

closed

Simulate time in the TYPO3 admin panel is being ignored.

Added by Simon Lang over 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55093: Simulate time in TYPO3 admin panel broken due to Js TBE_EDITOR=="undefined"Closed2014-01-17

Actions
Actions #1

Updated by Gerrit Code Review over 10 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

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23094

Actions #3

Updated by Gerrit Code Review over 10 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

Actions #4

Updated by Peter Niederlag over 10 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.

Actions #5

Updated by Stefan Neufeind over 10 years ago

  • Status changed from Under Review to Closed

resolved with #55093

Actions

Also available in: Atom PDF