Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Errors in IE 9 after upgrading to Domino 9.01 Server

I am asking on behalf of our administrator. Last night the administrator upgraded our production server from 8.5 to 9.01. Today a handful of people using IE 9 are having issues with clientside javascript errors in one application. This problem does not affect all machines, and in fact the application works fine for me when I try it using IE9. In the machines that it fails, it fails every time, in the machines that it works, it works every time. It works for the majority of people. The application works fine in FF and Chrome (insert sarcasm here)

The problems seems to be isolated to one application, an Xpages application that I wrote. It has been deployed for over 8 months and has been very stable until today. I do not believe there is an application problem but here are the errors that it gives

Unable to get value of the property '0': object is null or undefined

This error comes from one of the files generated by the domino server. The file is:

https://my_company/my_app.nsf/xsp/.ibmxspres/.mini/dojo/.en-us/@Im.js

Does anyone have any suggestions on what to do here?

like image 531
Steve Zavocki Avatar asked Dec 28 '25 15:12

Steve Zavocki


2 Answers

As Steve said in the comments: disable the "runtime optimized JS and CSS" setting as this seems to be an 9.0.1 issue. Facing similiar issues with other frameworks such as Bootstrap 3 where Glyphicons were not rendered properly when this option is activated.

like image 199
Oliver Busse Avatar answered Dec 31 '25 17:12

Oliver Busse


background-position-x is not present in IE9, background-position-y is available. Can it be caused by home-made js animation of css? Have to be manipulated with the single background-position css property instead.

like image 31
Acke Avatar answered Dec 31 '25 17:12

Acke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!