Title:
Bug 79093:(Watson Migration Closure)I have to admit this is really annoying, and I haven't seen a way to override this behavior
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 07/27/2009
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
I have to admit this is really annoying, and I haven't seen a way to override this behavior.When using cfWindow to create a window, and you do something like this.ColdFusion.Window.create('sessionWindow','my new window', 'dataWindow.cfm',{ height:534,width:700,modal:true,closable:true,resizable:true,center:true,initshow:true,minheight:334,minwidth:500});ColdFusion.Window.onHide('sessionWindow',windowCleanup);If the session expires and the window is still open, a javascript error message appears, that says something like this.Error processing JavaScript in markup for element sessionWindow_body: [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]Now the problem is, I can understand why it is there. But how do I over ride this error message to allow for the template to handle the session timeout?This is the most stupidest error or feature of ColdFusion I have ever come across.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039452
External Customer Info:
External Company:
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 07/27/2009
Attachments:
Comments: