Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Yuliang R. / ()
Created: 06/20/2019
Components: Language, Page Processing Tags
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2018.0.04.314546 / NA
Priority/Frequency: Normal / All users will encounter
Locale/System: / Win 2016
Vote Count: 0
Problem Description:
it's very wierd that somehow the cfsetting is behaving like it's nesting. we have some invokes of various modules that sometimes lead to 2 different modules setting enableoutputonly=yes. but we can't cancel them out with a single no. we have to have matching number of no's
Steps to Reproduce:
1yes
<cfsetting enablecfoutputonly="Yes">
2no
<cfsetting enablecfoutputonly="Yes">
3no
<cfsetting enablecfoutputonly="No">
4yes
<cfsetting enablecfoutputonly="No">
5yes
Actual Result:
1yes
5yes
Expected Result:
1yes
4yes
5yes
Any Workarounds:
Attachments:
Comments: