Skip to main content
Nintex Community Menu Bar
Question

Console error on .getTime() in IE11 and Firefox

  • July 10, 2024
  • 13 replies
  • 25 views

Forum|alt.badge.img+18

Several users are not able to load a certain page include in IE or Firefox. I tested in IE11 and confirmed that the include returns this console error:

Works fine in Chrome.

I believe that the problem may be with this custom field renderer:

'renderTime': function (field, value) {    var formattedTime =  $t.formatTime("h:mm a", $t.parseSFDateTime(value));
    skuid.ui.fieldRenderers.TEXT[field.mode](field, formattedTime);
},

Where $t = skuid.time, and the field in question is a DATETIME.

It is me or is it skuid?

13 replies

Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Hmm, well I was wrong about the field renderer being the problem. The page still returns the same error if I use the standard renderer for that field.


Forum|alt.badge.img+8

Any way you can post a screenshot of the full call stack for that error?


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Absolutely… if you can tell me how to do it in IE11.


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

This is where the error is happening:
64a3aa7dd34ba015a2afb66aa0a777c426aca41f.png


Forum|alt.badge.img+8

That code is deep in the datepicker code of JQueryUI. Are you doing anything custom with datepickers?


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

nope


Forum|alt.badge.img+8

Can you grant access to Skuid and then send me an email with the page name and org id?


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

granted.


Forum|alt.badge.img+8

Ok, this should be fixed in the next update of Skuid. It has to do with your date filter not liking the condition value of LAST_N_DAYS:4. So a workaround for now would be to remove that default value for the condition.


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Thanks, Ben. Later this week, right?


Forum|alt.badge.img+8

Yes!


Forum|alt.badge.img+18
  • Author
  • July 10, 2024

Good. I can wait that long.


Forum|alt.badge.img+8

This should be fixed in Banzai Update 5. Available from the http://skuidify.com/skuidreleases page.