oracle-samples / xfc

A javascript library for Cross Frame Communication
Apache License 2.0
17 stars 24 forks source link

Getting script error 'hasAttribute' method or property undefined in IE7 #40

Closed srinivasu-kolli closed 5 years ago

srinivasu-kolli commented 5 years ago

Please fill out the below template as best you can.

Description of Issue

Getting script error 'hasAttribute' method or property undefined when our application is rendered in IE7. nil checks need to added around the hasAttribute property/method usage in provider.js file.

image

System Configuration

IE7

Project Version

Steps to Reproduce the Issue

  1. This library is included in cerner-smart-embeddable-library which is used by Cerner Smart Apps.
  2. When our smart app is loading, this java script error pops up.

Expected Outcomes

mjhenkes commented 5 years ago

Hi @srinivasu-kolli, unfortunately xfc does not support any IE version older than 10. See our browser support here: https://github.com/cerner/xfc#browser-support