Modal behaviour: FieldChange vs Activate, custom size vs full screen
Hi,
I am currently building some "splash page" functionality which allows us, through configuration, to display messages to the user in a modal window when they log in or land on a certain page. The idea being we can push details of new and updated functionality to the user when they first land on a page after we've released an update.
This has been built to accommodate both Fluid and Classic pages so I have become very familiar with the 18 delivered functions for transfers and modal!
However, one thing I have noticed is that when using most of the delivered functions, any sizing options for the modal window appear to be ignored when the page is launched in Page Activate, PostBuild or RowInit events. These sizing options are respected when the page is displayed from FieldChange (eg a button click). The only exception to this appears to be ViewContentURLModeless which always respects the sizing options I supply when calling the function.