tracker issue : CF-4204005

select a category, or use search below
(searches all categories and all time range)
Title:

Error in debug console while editing Scheduled Task

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Alicia M. / ()

Created: 02/05/2019

Components: Administrator, Administrator Console

Versions: 2016

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: ColdFusion 2016 Update 7 / CF2016U12

Priority/Frequency: Normal / Some users will encounter

Locale/System: / Windows 7 SP1 64-bit

Vote Count: 0

Problem Description: In the CF2016 Admin console on Windows, I noticed an error in both Chrome and Internet Explorer when I edit a 'Scheduled Task'.
 
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

Code from jquery-ui.js:
<div class="ui-datepicker-row-break"></div>':""):"");P+=F}D+=P}D+=l+(a.browser.msie   ... etc ...
 
Running ColdFusion 2016 Update 7 on Windows.

Steps to Reproduce: Open a Chrome (or any web browser) debugging window, open the ColdFusion administrator console, and edit a scheduled task.  An error appears on the 'Console' tab.

Actual Result:
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)

Expected Result: No error, possibly a calendar to select a date entry.

Any Workarounds: N/A

Attachments:

Comments: