DesignTime - Controls - EmbeddedWebsite: URL addresses containing the & character are interpreted incorrectly
Corrected from:
Behavior of the new version:
Description of behavior: Website or IP Cam image is NOT displayed. The browser debug shows errors such as:
Conditions under which the behavior occurs:
Insert the EmbeddedWebsite control on a page.
URL that contains the "&" character (e.g. login data) to the EmbeddedWebsite control.e.g. login data) to the Source property.
Affected products: EASY UI Designer V1.5
Short-term measures, Recommendations, Rating:
Create an internal variable
Save the URL in this variable and set the following settings: (Properties --> Options/Replacement value --> Send leg start = true --> Enter in variable = true --> Replacement value = *URL*)
attach this variable to the Source property of the EmbeddedWebsite control (Ex: @Variable(YourVariableName))