|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
I get this JS error after adding X-UA-Compatible , IE=EmulateIE8 to the IIS http headers.
The EO.Web.dll version is: 8.0.47.2 (do i need to upgrade)
message from script debug: "a.style.removeExpression(d)"
any suggestions?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The code should have never been called on IE 8 or IE 9. Do you have the page online so that we can take a look?
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
no, it's not online, i'll see what i can do about showing you a sample. this is the same issue (from google), http://www.essentialobjects.com/Forum/postsm20093_Forcing-IE8-mode-in-IIS-generating-error-in-eowebashx.aspx
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I understand. That issue has not been resolved because we were not able to reproduce it. That's why I asked you for a test page.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
hi again, i created an online sample for you: 1. http://demo.visidot.com/mainscreen.aspx 2. http://demo.visidot.com/mainscreen2.aspx (return a javascript error) the second form creates a javascript error: "Line: 6, not implemented" the only diff between those pages is the meta tag on the header: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> I hope it's good enough, thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the info. Which browser do you use? We tried both IE 8 and IE 9 and it works fine.
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
I get that error from computers with (win xp and iExplorer 8) i tried it on other setups with the same configuration and it works ok... the miracles of the web.
this is the code that fails:
EO847.f.amf=function(a,b,c) { var d; if(b==EO847.g.act) d="height"; else if(b==EO847.g.acu) d="width"; if(c) a.style.setExpression(d,"EO847.f.aml"+"(this, "+b+")"); else a.style.removeExpression(d); //the error is on this row. };
i marked the line that fails if it can help.
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
After a long investigation, this is what i found out:
1. this problem only happens when i use the "eo:Grid" control! 2. There is a missing assembly: eo_web.ashx?id=ac5c4a8f-19ee-4f74-b387-3a30ace3f793
Any suggestions?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We tested it on multiple XPs and we still do not see the problem. The code that has problem is related to the Grid control. However it should have never been called on IE 8. It appears that your IE is reporting the wrong agent string. You can try to write a small piece of JavaScript code to display "navigator.uerAgent" and see what you get.
Thanks
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
this is what i get from http://www.useragentstring.com/ : Internet Explorer 8.0 compatible Compatibility flag Indicates that this browser is compatible with a common set of features MSIE 7.0 Name : Internet Explorer version 7.0 (MSIE 8.0 in 7.0 Compatibility View) Windows NT 5.1 Operating System: Windows XP
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
Dear eo_support,
The problem is solved!
In IE8, Tools -> Compatibillity View Settings, The "display all web sites in compatibillity view" was checked. this is what caused the problem.
The problem is that this attribute is checked by default.
If you'll have any fix for that problem, please notify me.
thank you very much for the patience.
Dan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. We see the problem now. We will look into it and see what we can do.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
Any news about this issue?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Not yet. We are still working on this one. We should be able to give you an update this week.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/9/2011 Posts: 13
|
Hi again,
Any news about that problem?
thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe this problem is now fixed in the latest build. You can download it from our download page. Note the latest build is EO.Web Controls 2011, so you will need to go to your license key page to download a new license file/key for this new version. The new license file/key should be free for you but does not cover the new controls.
Thanks!
|
|