Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to see flow shapes

SA-26658

Summary



User is not able to see flow shapes and only text is appearing in the flow rule using Internet Explorer 11.


Error Messages



Not Applicable


Steps to Reproduce



1. Login into application.
2. Open flow rule.


Root Cause



A defect or configuration issue in the operating environment.

Resolution


 

Use below HTML code to confirm whether Internet Explorer is having proper VML settings or not. 

PRPC 6.x uses VML to draw those shapes, so disabling VML results in the issue.

Enable Vector Markup Language (VML) to resolve this issue. 
 

HTML code:

<?xml version="1.1" encoding="UTF-8" ?>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:vml="urn:schemas-microsoft-com:vml">
<head>
<title>VML Oval</title>
<style type="text/css">
vml\:* {
behavior: url(#default#VML);display:inline-block
}
</style>
</head>
<body>
<h1>VML Oval</h1>
<div>
<vml:oval style="width:100pt;height:50pt" fillcolor="red">
</vml:oval>
</div>
</body>
</html>

 

On previewing HTML rule with the above code should show the result as below:

 

Test2.png

HTML rule appears as below as VML settings are not installed properly.
 



 

Published August 22, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Pega GenAI Athena

Let’s get started! 
Ask me a question or choose a helpful suggestion to start chatting. Keep in mind that I’m always learning, so feel free to give me feedback too!
Remember to avoid sharing personal or sensitive information in your questions, or rely solely on my answers for important decisions.
By chatting with me, you agree to our terms and privacy policy.

Did you find this content helpful?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice