tracker issue : CF-3960224

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

[elvis]Issue with Elvis Operator with four operand

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Priyatharsini K)

Created: 03/27/2015

Components: Language

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 293426 /

Priority/Frequency: Major / Most users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 1

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on August 24, 2019 using build 2016.0.01.298513
Method:
No  value is returned when Elvis Operator is used with four operand.
Test code to repro:

<cfoutput>#undefined1?:undefined2?:"defined1"?:"defined2"#</cfoutput>
<cfoutput>#undefined1?:undefined2?:undefined?:"defined1"#</cfoutput>

Result:
Getting blank output

Expected:
defined1 
defined1 

Workaround:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3960224

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

.................................
Vote by External U.
7967 | September 30, 2015 04:21:57 PM GMT
Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
31179 | August 24, 2019 08:39:37 AM GMT