Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Might be browser related (IE8).
I click on an error link to view the details and nothing happens.
Loading the EventLog.aspx and I get a javascript error notification
"Expected Identifier, String or Number" |
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Confirmed browser related. Works properly in Firefox. |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
The fix is simple. There is an extra comma in the javascript CSS description around line 65: OLDCode: $(pop).css({ "position": "absolute", "top": windowHeight / 2 - popupHeight / 2, "left": windowWidth / 2 - popupWidth / 2[b],[/b] });
NEWCode: $(pop).css({ "position": "absolute", "top": windowHeight / 2 - popupHeight / 2, "left": windowWidth / 2 - popupWidth / 2 });
Comma after "popupWidth / 2" is removed and everything works in IE. Firefox handles incorrect syntax more gracefully in this instance.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.