Bug #21914
closedDatepicker doesn't work in Internet Explorer 8
0%
Description
The new datepicker in Typo3 4.3 doesn't work when I use Internet Explorer 8.
No problem with Firefox or Safari.
(issue imported from #M13160)
Files
Updated by Steffen Gebert almost 15 years ago
Can't reproduce. Works for me.
What happens, when you try to open the date picker? Any JS errors? Have you cleared the browser cache? Can you check a different TYPO3 installation?
Updated by Chris topher almost 15 years ago
Do you have an extension (like date2cal) installed, which changes the output there?
Updated by Christian Kuhn almost 15 years ago
Resolved, unable to reproduce.
Works for me as well. As Christopher mentioned this is probably an extionsion problem, likely date2cal.
Updated by Vincent MARIANI almost 15 years ago
We had date2cal but we desinstall it and delete it from typo3conf/ however it's an update website, not a new install. Do you think it may generate this bug ?
Regards.
Updated by Vincent MARIANI almost 15 years ago
I have found that when the calendar stop to work when I localize the interface into French.
If I roll back my preferences settings into English, the problem disappear.
It may be possible that the calendar doesn't like French letters with accent (é,û,...) do you have another explanation ?
Updated by Christian Kuhn almost 15 years ago
Ok, now it's a core issue again.
@Vincent: Thanks, good catch!
Updated by Marc-Andr D'Amour almost 15 years ago
Confirmed: I also have this bug: with Firefox the date picker works with the English or French backend. With IE 7 or 8, the date picker works only if the backend is in English, no dates can be added if the backend is in French.
Updated by Steffen Kamper almost 15 years ago
tested with 4_3 svn and it works without errors, so i think fix is included in 4.3.2
Updated by Steffen Gebert over 14 years ago
No, it's not. Did you try it using French?
I can still reproduce it with IE8 on Win7
Updated by Vincent MARIANI over 14 years ago
Hum, with French and JS files found on https://svn.typo3.org/TYPO3v4/Core/trunk/
The problem seemed to be resolved to me.
Updated by Vincent Mariani over 14 years ago
I try once again on our websites and the problem is resolved by updating some folders :
- t3lib/js/
- typo3/contrib/
I suppose the bug will be officially resolved with Typo3 4.3.2
Updated by Steffen Gebert over 14 years ago
From what branch did you update them? trunk or 4-3?
I still have the bug with 4-3 branch (trunk has newer ExtJS version, maybe this is the cause).
Updated by Vincent Mariani over 14 years ago
From Trunk which seems to be the latest version. I suppose it'll be impacted on 4-3 branch later
Updated by Steffen Gebert over 14 years ago
No, trunk will be 4.4 later! Please try https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3/
Updated by Vincent Mariani over 14 years ago
Ok, but sadly the typo3 4-3 branches doesn't fix the bug, that's why I have taken the 4.4 files because our customers can't wait ;)
PS: the problem continue to appear on the last release 4.3.2
Updated by Alienor.net over 14 years ago
Apparently, the cause is the ExtJS version.
The bug is documented in the ExtJS forum here :
http://www.extjs.com/forum/showthread.php?t=85840
So there is (at least) two solutions.
I attached a quick working patch (ext-lang-fr-min.js.patch) for branch 4.3.
The forum post mentioned that the bug is not present anymore in ExtJS 3.0.3 (not tested) so another solution would be to update ExtJS from 3.0.0 to 3.0.3 in TYPO3 branch 4.3 (it is 3.1.1 already in trunk)
Updated by Alienor.net over 14 years ago
A more careful reading of the thread lead me to verify the ExtJS version in which the bug is resolved, and indeed it is 3.1.0 and not 3.0.3 (it seems that 3.0.4 has never been released)
Updated by Benoit NORRIN over 14 years ago
Still present on typo3 4.3.2 and French interface.
http://bugs.typo3.org/view.php?id=14039
Updated by Xavier Perseguers over 14 years ago
As said on the duplicate bug entry, problem still exists for IE7 and IE8 with TYPO3 4.3.3.
However, I found out that problem does not exist for admin users on IE7 nor IE8. Meaning this is only a bug for non-admin users.
Updated by Philippe Moreau over 14 years ago
The patch works for a 4.3.2 install. I could make the calendar work with a non-admin french user under IE7 and IE8.
Thank you for the fix!
Updated by Chris topher over 14 years ago
Hi guys at Alienor.net,
do you know, that you must send your patch to Core List to get it in the next releases of TYPO3?
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Alienor.net over 14 years ago
Thanks for the hint Christopher, the patch has been sent to Core List.