IE Treeview Runtime Error

A

Alphonse Giambrone

I have been using the IE Treeview for several months and it has been working
fine until recently.
Now on my development machine I get a runtime error when the page loads or
the mouse moves over the node link.
When viewing the webpage from via the webhost, I don't get any error, but
when clicking on the - to collapse a node the entire tree disappears.
On my develoopment machine (IE6, WIN XP Pro), the error is 'Access Denied'.
By debugging, I found that it occurs in treeview.htc in the following
function on the line 'if (oItem.filters.length > 0) '

//
// blurFilter
//
// decreases alpha filter opacity on given node by 50%, adding one if needed
//
function blurFilter(oItem)
{
if (oItem.id == "_tnaccess")
oItem = oItem.all.item("_tntext", 0);
if (oItem.filters.length > 0) //Error here - 'Access is denied'
{
var oFilter =
oItem.filters.item("DXImageTransform.Microsoft.Alpha");
if (oFilter)
{
oFilter.opacity /= 2;
return;
}
}
oItem.style.filter +=
"progid:DXImageTransform.Microsoft.Alpha(opacity=50,style=0)";
}

I know that I did not change the treeview source files and don't remember
changing anything relating to that control in my project.
Could it have something to do with some recent MS IE update?

Does anyone have any ideas for a fix?

TIA
 
M

[MSFT]

Hi Alphonse,

Is you a local administrator on the Windows XP computer? In the IE/Security
setting, if you set local intranet to "low level", will this help?

Luke
 
A

Alphonse Giambrone

Thanks Luke.
I had a feeling it had to do with IE settings. I reset my security level to
default and after a reboot, it works ok.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top