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.

Did you find this content helpful?

Want to help us improve this content?

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
Contact us