Quantcast
Channel: SCN : Popular Discussions - Web Dynpro Java
Viewing all articles
Browse latest Browse all 989

IE11 compatibility of application developed using webdynpro java in NWDS7.01.12

$
0
0

Hi,

 

I have a webdynpro java application developed using NWDS 7.01.12 with jdk1.4. This portal application is not working when accessed using IE11 browser. The action on buttons and selection from a drop down list in this application is not responding in IE11. Its working well with mozila fire fox vrs 31. On click of action the following error is encountered:

 

SCRIPT438: Object doesn't support property or method 'attachEvent'

File: sapUrMapi_ie6.js, Line: 683, Column: 7

 

which points to the below piece of code:

 

function sapUrMapi_initLinkStatus() {

  var oNodes = document.getElementsByTagName("A");

  for (var n=0;n<oNodes.length;n++) {

    if (oNodes[n].href.indexOf("javascript:void")>-1) {

      oNodes[n].attachEvent("onmouseover",sapUrMapi_resetStatus);

      oNodes[n].attachEvent("onfocus",sapUrMapi_resetStatus);

    }}}

 

Also on selection from the combo box the below error is displayed.

 

SCRIPT438: Object doesn't support property or method 'createEventObject'

File: sapUrMapi_ie6.js, Line: 2193, Column: 2

 

Code:

oComboBoxSCEvent = document.createEventObject( oEvt);

 

 

The above mentioned errors are being pointed to sapUrMapi_ie6.js file.

 

Is there any solution to over come these issues other than setting "user agent string" value in the browser?

Can this be resolved with any changes in the application or is there any SAP provided solution?

 

Please help me to resolve this issue.

 

 

Similar issues are also pointed to popup_ie6.js files at "window.attachEvent("onload",sapPopup_init)" and

"window.document.attachEvent("onmousemove",resetMouseOver)".

 

Thankyou.


Viewing all articles
Browse latest Browse all 989

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>