after Updating “UiPath.System.Activities” with a version newer than 18.4.2, we will see blocked content message prompt, which Force user to Allow the content every time, also there is a more visual problem like, the disappearance of Ui icon of the custom input window.
I tried to turn off ActiveX control in the “internet option” setting of IE but looks like the problem is somewhere else.
As soon as I downgrading to 18.4.2 the problem will solve.
I believe its related to window size fixes in newer versions. (or maybe I’m wrong)
To reproduce this error just use “official custom input example” for receiving HTML output results.
P.S
this custom input activity is not mature as the UiPath system is. its like a small and clumsy stitch to a big wound.
it was a real bottleneck for my entire project since the beginning.
Any chance it is resolved with the per-release beta package?
If not, could you share the sample form HTML or even the sample project that causes you this headache? It would speed up the process of debugging the issue
First of all I should thank you for your attention.
The html file is the exact sample provided by uipath documents.
It tested in new and clean and empty project.
The only thing I didn’t checked is installing uipath on other desktop. To isolate windows environment
There is a workaround found. The warning will be suppressed if you add this at the beginning of your HTML file: <!-- saved from url=(0014)about:internet -->
The problem seems to be the this child process runs with different permissions. The thing is, this is the correct behavior. A warning SHOULD be displayed when loading dubious HTML files from disk.
If instead of a file a legitimate HTTP/S URL is used, this warning will not be shown.
Very late EDIT with som more options: <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> - this is forcing to use Edge engine (allows for HTML5 features) <!-- saved from url=(0016)http://localhost --> - this enables automatic sandbox mode which additionally skips the security