tracker issue : CF-4205063

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

ColdFusion.Window.create with initshow=false causes javascript error

| View in Tracker

Status/Resolution/Reason: To Fix//BugVerified

Reporter/Name(from Bugbase): Steve H. / ()

Created: 08/27/2019

Components: AJAX, UI Components

Versions: 2016,2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2018.0.04.314546 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 10 64 bit

Vote Count: 0

If you create a CFWindow using Coldfusion.Window.create with configuration parameter intishow=false, a javascript error 'Uncaught TypeError: Cannot read property 'show' of null' is thrown.

Steps to Reproduce:
Create a window using Coldfusion.Window.create with configuration parameter intishow=false

Actual Result:
javascript error

Expected Result:
no javascript error

Any Workarounds:
try/catch the error, window still appears to be created and can be shown manually

Attachments:

Comments: