|
Rank: Newbie Groups: Member
Joined: 6/12/2012 Posts: 2
|
I have the menu running in a .net master page which works fine until I put an <iframe> in the ContentPlaceHolder. Once I put that Iframe in there, the menu loads but the main items are in a grey color font instead of the black and once I mouseover the menu item I get the error "Microsoft JScript runtime error: Unable to get value of the property 'position': object is null or undefined" on the line "if((a.style.position=="fixed")&&(!l||(l.tagName=="BODY")))" located in eo_web.ashx file.
If I take the iframe out, all works fine again. Any insights?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please try to isolate the problem into a test project and send the test project to us. Once we have that we will debug it here and see if we can find out the root cause. We will PM you as to where to send the test project.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/5/2007 Posts: 35
|
Hi there. Did you find a specific issue in your code that resolved this problem? I have a grid that permits sorting of columns, and occasionally I get this error. I know you need to have a working example of where this fails to troubleshoot, but I'm hoping you found a fix. My code is massive, and requires a back end database to drive it.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 6/5/2007 Posts: 35
|
HI again. This error does NOT occur on Chrome, so it appears to be an issue with IE9. I proved this by adding the meta tag <meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4" /> to the page with the grid, and the problem no longer occurred.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Thanks for the additional information. We can not find out the root cause since we do not have a sample page to reproduce the problem, but we can patch around the fault location for you in our next build.
|
|