jacob.cordingley - Tuesday, September 1, 2009 12:18 PM:
My company just upgraded to ie8 and now innovator just hangs. We are unable to continue evaluating this product. Are we missing something? Please let me know as soon as possible. Thank you.
We did uninstall IE8 on one computer and it works but we can't uninstall it on all of the computer
Sean - Wednesday, September 2, 2009 6:16 PM:
Aras Innovator does not support Internet Explorer 8, at this time.
We are looking into the issues and plan to add support for Internet Explorer 8.
-Sean
jacob.cordingley - Friday, September 4, 2009 4:26 PM:
We are Starting to think this is not going to be a program we use.
It is Certified for Microsoft and Vista but not IE8, which is a Microsoft Program and come with Vista [then how is is Certified ?]
Aras need to put on the home page,and Download page that is dose not wrok on IE8
i did change some code and got it farther but is stll dies
in javascript/ui_methodsEx.js I Commented out
I Change getLangDirection to
function getLangDirection(self, langCode)
{
// errors in IE8
// var d;
// if (langCode) {
// d = self.getItem("Language", "code='" + langCode + "'", "<code>" + langCode + "</code>");
// }
// if (d) d = self.getItemProperty(d, "direction");
// if (!d) d = "ltr";
// return d;
return "ltr";
}
uiMergeForeignPropertyWithSource function
if (!foreignProperty) return null;
var data_type = this.getItemProperty(foreignProperty, "data_type");
if (data_type != "foreign") return null;
var tmpRes = foreignProperty.cloneNode(true);
var sourcePropNd;
while (data_type == "foreign") {
// errors in IE8
// sourcePropNd = this.getSourceOfForeignProperty( foreignProperty );
if (!sourcePropNd) return tmpRes;
And in the Method
Shod Goal Basis
add a try
try {
var goals_list = top.aras.getItem("List", "name='Part Goals'", "<name>Part Goals</name>", 1);
}
now it runs Slow and will crash when saving or selecting a classification
FoxyXI - Friday, September 4, 2009 7:02 PM:
I too am anxiously waiting for IE8 compatibility. Our entire company has upgraded to IE8, and I need to officially roll out PLM software soon. I have been planning to use Aras for some time and have it working under IE7, but can't uninstall on every computer in my company :(
RobMcAveney - Thursday, September 10, 2009 1:05 AM:
Be on the lookout for an announcement soon. Support for Internet Explorer 8 has been added to Service Pack 5 (subscribers only) and will be rolled into the next open release, planned for later this year. Long story short, subscriber priorities receive preference and IE8 was not at the top of their list. We are committed to supporting the latest and greatest from Microsoft as soon as possible while respecting the priorities of our customers.
Rob
jacob.cordingley - Wednesday, September 23, 2009 10:24 AM:
do you have a ETA on the open release with the IE8 fix
FoxyXI - Thursday, September 24, 2009 12:58 PM:
Thank you for the update, Rob. I look forward to the new version!
nomean - Friday, October 2, 2009 11:49 AM:
Oddly enough, Aras 9.1 seems to work fine in Firefox 3.5 with the IE Tab extension with IE 8 installed. I haven't tried it with any of the project management stuff, but it works with parts/documents/ecos.
MichaelJ - Wednesday, October 14, 2009 4:20 PM:
Maybe they should write a firefox plugin since it tends to have much better backwards compatibility than internet exploader?
rochb - Saturday, December 5, 2009 11:45 AM:
Thanks for this great tip. It works well with the IE Tab add-on for Firefox with IE8 installed.