jbabco
Posts: 10
Joined: Tue Jul 06, 2010 7:15 pm

HTML Host control + JS = dialog text dissapearing

Done a very rudimentary repro (in Azure theme) and can confirm this in at least 9.3+ (maybe earlier). Drop a HTML Host control on a dialog. Point it to a file that implements some JS. When the JS runs, the dialog text dissapears.

Image

Image

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
	<meta http-equiv="content-language" content="en" />
	<meta http-equiv="content-style-type" content="text/css" />
</head>
<body>
<script type="text/javascript">
   alert('hi');
</script>
</body>
</html>
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: HTML Host control + JS = dialog text dissapearing

Hello,

We have tested and reproduced this issue and it is currently under investigation. Thank you for bringing it to our attention. Please give us some time to investigate and we'll get back to you as soon as we have a conclusive answer.

Thank you for your patience and understanding.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jbabco
Posts: 10
Joined: Tue Jul 06, 2010 7:15 pm

Re: HTML Host control + JS = dialog text dissapearing

Any update on this one?
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: HTML Host control + JS = dialog text dissapearing

Hello,

There was a related bug that caused this issue. Our development team has fixed it for the next release. If you need a sooner fix, please contact us by e-mail.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Bogdan
Posts: 2794
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: HTML Host control + JS = dialog text dissapearing

Hi,

This was fixed in version 9.5 of Advanced Installer released on September 11, 2012.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”