Replies: 1 comment 1 reply
-
Hi. I don't really have time to troubleshoot IE11 issues. I'm sorry you still have to support it Does it work without any configuration or does the script just blow up? You might want to stick with the older v5 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, TD6 is working a treat in Chrome but not in IE11 (classes not supported). I've tried using Babel to convert the javascript which seems to get part of the way there, but after adding a few prototype methods I hit an exception (see end of post), which appears to be because
_viewDate
doesn't get instantiated as the extended DateTime object.Is IE11 a straight up no-go, or is there some way to get it working in IE11? I've tried asking the question on stackoverflow but as you'll see, the respondent wasn't terribly helpful...
Any assistance appreciated.
Thanks, Luke
HTML1300: Navigation occurred. IpEdit jQuery.Deferred exception: Object doesn't support property or method 'setLocale' TypeError: Object doesn't support property or method 'setLocale' at set (http://localhost:12345/Lib/tempus-dominus/js/td-babel-ie11.js:2533:21) at _inputChangeEvent (http://localhost:12345/Lib/tempus-dominus/js/td-babel-ie11.js:4242:25) at _initializeInput (http://localhost:12345/Lib/tempus-dominus/js/td-babel-ie11.js:4635:21) at TempusDominus (http://localhost:12345/Lib/tempus-dominus/js/td-babel-ie11.js:4274:13) at configureDatetimePicker (http://localhost:12345/scripts/fraxnavigation.js?v=0-0-0-0:206:5) at Anonymous function (http://localhost:12345/Admin/IpEdit?uniqueId=61137:1690:60) at e (http://localhost:12345/Lib/jquery/jquery.min.js:2:30030) at Anonymous function (http://localhost:12345/Lib/jquery/jquery.min.js:2:30340) undefined SCRIPT438: Object doesn't support property or method 'setLocale' jquery.min.js (2,31703)
Beta Was this translation helpful? Give feedback.
All reactions