Custom Manual Activity Completion Form
Hi
It seems since an Edge browser update around the 19th of September, our custom manual activity completion forms have stopped loading correctly. The forms still load correctly in Firefox.
What's happening is that the forms are bigger than the window that opens up and instead of having a scroll bar to scroll down to the end of the forms. It just tries to load the forms outside the window. Has anyone else had this happen to them?
Answers
Hi Dean,
We have seen that same issue on other chromium browsers and are investigating.
Geoff
@Brad_Zima
Hi @Geoff_Ross
@Brett_Moffett2 and @joivan_hedrick have been able to find a work around. By adding "style="height: ###px;" (height of the pop up window usually or slightly smaller I found) to the html for these pop-up windows in the div with the ID of the form (example below). We now get the pop up windows to load with a scroll bar correctly in chrome/edge.
<div id="ChooseActivityHTML" style="height: 500px; class="form-horizontal">
Nice catch @Dean_Mrazek
This is quite and old one and to finally find that the HTML has to be sized the same as the form that is holding it is frustrating but an easy fix at least.
Nice one!