This is an issue we have seen in a couple of other installations. It appears that in some configurations web browsers attempt to force the default button into view. You can resolve this issue by disabling the default button. In order to do this you will need to run the following SQL.
--BEGIN
EXEC ckbx_Install_UpSertSetting 'SetSurveyDefaultButton', 'false'
--END
After making this change you will need to restart IIS as this setting is cached.
|