Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Explorer ,
Feb 01, 2019 Feb 01, 2019

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 Ove...

Running ColdFusion 2016 Update 7 on Windows.

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

Thanks!

573
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 02, 2019 Feb 02, 2019

I would file this in the Adobe bug tracker.

Dave Watts, Eidolon LLC

Translate
Community Expert ,
Feb 02, 2019 Feb 02, 2019

I would file this in the Adobe bug tracker.

Dave Watts, Eidolon LLC

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 05, 2019 Feb 05, 2019
LATEST

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

Tracker

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources