Copy link to clipboard
Copied
At first I thought it was me, but after several years of this happening through several different versions of Dreamweaver, I think I'm ready to officially call this a bug, and a really weird one. In certain long, complicated files consisting of a mix of html and coldfusion tags, I've found that consistantly, every time I open the file, there is a </cfloop> and a </cfoutput> tag that spontaneously switch places. The correct order is <cfoutput><cfloop>code here</cfloop></cfoutput> but when I open the page, before I even edit anything, dreamweaver has swapped it to <cfoutput><cfloop>code here</cfoutput></cfloop> which then throws an error if I save the page and don't notice and fix the change. There are many other cfoutput/cfloop combos on this same page, so I don't know why the ones around line 644 have developed this maddening habit, and I don't know if there is a fix, but I just wanted to put this out there in case someone else is wondering if they're going bonkers when experiencing the same thing. It's happened to me on a few different files, but one in particular I edit fairly frequently and so I was able to really stop and see if it was somehow user error, and nope, definitely not me. No other parts of the code seem to be changing, but I guess I wouldn't necessarily know if the change wasn't causing errors. Screen shots below. I am using Dreamweaver 21.3, 15593 build on Windows 10 Enterprise 22h2, but past versions have behaved the same way.