Skip to main content
Inspiring
February 1, 2019
Answered

CF2016 Scheduled Task Date Picker error 'Unable to get property msie'

  • February 1, 2019
  • 1 reply
  • 687 views

While tracking down errors in the CF2016 Admin console on Windows, I noticed an error in both Chrome and Internet Explorer when I edit a 'Scheduled Task'.  (Side note: Lesson learned on case sensitivity, don't accidentally link to CFIDE/Administrator/index.cfm instead of CFIDE/administrator/index.cfm because icons and javascript functionality will be missing.)

Error shown in Chrome debugging console:

jQuery.Deferred exception: Unable to get property 'msie' of undefined or null reference TypeError: Unable to get property 'msie' of undefined or null reference

SCRIPT5007: Unable to get property 'msie' of undefined or null reference

Uncaught TypeError: Cannot read property 'msie' of undefined

    at c._generateHTML (jquery-ui.js:332)

    at c._updateDatepicker (jquery-ui.js:299)

    at c._optionDatepicker (jquery-ui.js:290)

    at HTMLInputElement.<anonymous> (jquery-ui.js:341)

    at Function.each (jquery.js:2)

    at r.fn.init.each (jquery.js:2)

    at r.fn.init.a.fn.datepicker (jquery-ui.js:340)

    at HTMLDocument.<anonymous> (scheduleedit.cfm?taskname=  <REMOVED for security reasons>

    at j (jquery.js:2)

    at k (jquery.js:2)

Code from jquery-ui.js:

<div class="ui-datepicker-row-break"></div>':""):"");P+=F}D+=P}D+=l+(a.browser.msie   ... etc ...

It appears that 'jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9' according to this:

javascript - Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools - Stack Overflow

Running ColdFusion 2016 Update 7 on Windows.

Is this a symptom of a misconfigured system or do other people have this problem?

Thanks!

This topic has been closed for replies.
Correct answer Dave Watts

I would file this in the Adobe bug tracker.

Dave Watts, Eidolon LLC

1 reply

Dave WattsCorrect answer
Community Expert
February 2, 2019

I would file this in the Adobe bug tracker.

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC
Inspiring
February 5, 2019

Thank you, I've submitted bug CF-4204005.

Tracker