14.0.21

<< Click to Display Table of Contents >>

Navigation:  Version History >

14.0.21

Bug fix: RunParams were not being updated when using /$/Start (explicit start of a new session)

 

Bug fix: Fixed an Access Violation when working with Frames when its owner was not a IWForm

 

Bug fix: Regression bug when uploading files with unicode chars in file name

 

TIWBrowser: Detection of IE 11

 

Cache control header fields removed from response when calling WebApplication.SendFile() and SendStream() methods and the browser is Internet Explorer.

 

Modified: ServerController.CheckSameUA default value is now False

 

TIWURLWindow and TIWURL can be updated using async events

 

New property in TIWURL: TargetOptions.Mode: Allows you to specify tmNewWindow, tmBlank, tmSelf, tmParent, tmTop. tmNewWindow correspond to window.open(). You can read more about other options here.

 

Many refactorings and optimizations