Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+1
person also asked this
people also asked this
Replies
4 replies
Subscribers
8 subscribers
Views
4118 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Compatibility mode and Embedded interfaces
marky
over 8 years ago
Hello:
I am facing an error with embedded interfaces using IE11 and compatibility mode, using Appian 16.2.
In tempo.nocache.js:
Error: "'HTMLDivElement' is undefined"
While debugger highlights the following code:
(Line 49:) if(HTMLDivElement)
In this thread, the poster also had to turn off compatibility mode to get the embedded interface to work:
forum.appian.com/.../e-244547
Accessing the html in IE11 without compatibility mode or in Chrome works correctly.
OriginalPostID-250600
Discussion posts and replies are publicly visible
Parents
0
gautams778
Certified Lead Developer
over 8 years ago
You can disable the compatibility mode in IE, Just paste this code in HTML
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
your HTML code should look like as below -
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<script src="
xxxxx:8080/.../script>
</head>
<body>
<appian-task taskId="xx3" />
</body>
</html>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
gautams778
Certified Lead Developer
over 8 years ago
You can disable the compatibility mode in IE, Just paste this code in HTML
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
your HTML code should look like as below -
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<script src="
xxxxx:8080/.../script>
</head>
<body>
<appian-task taskId="xx3" />
</body>
</html>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data