Compatibility with Prior Versions

There are two items to be aware of when upgrading ExtraView from versions prior to 6.5.

Business rules that required an HTML modifier onchange=submitChange() The HTML modifier was used to trigger a screen refresh to execute a business rule on the server. These are no longer required and you should remove these HTML modifiers from your layouts. If you do not remove the modifier, there will still be a screen refresh, but the logic will still be executed correctly
Working around a known bug in Internet Explorer If you find that Internet Explorer renders your screens too wide, it is typically caused by an embedded layout where the fields are arranged in columns and the fields within one or more of the columns all use a colspan greater than one. The solution is to alter the offending layout (or layouts) to only use a colspan of one within the fields within these columns