PDA

View Full Version : forum bug in ie8



briane
07-02-2009, 03:50 PM
I am unable to read forum posts in ie8. It appears to be a javascript issue. Here is the error message.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.1.3)
Timestamp: Thu, 2 Jul 2009 15:43:00 UTC


Message: 'this.controlobj' is null or not an object
Line: 158
Char: 2
Code: 0
URI: http://forums.developer.mindtouch.com/clientscript/vbulletin_menu.js?v=367


Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: http://forums.developer.mindtouch.com/showthread.php?t=5924

I did a quick search and found this site that might explain it: http://www.vbulletin.com/forum/showthread.php?t=259602.

I'm unable to make it a link because when I click on the link icon I get a 404 error for '/clientscript/ieprompt.html'.

Howleyda
07-02-2009, 08:01 PM
I believe that I have solved the IE8 problem. The issue was caused when I attempted to include the SHOWTHREAD dropdown arrows inside the corresponding buttons (reply, thread tools, search this thread).

I will continue to search for issues IE7 & IE8 issues and if you come across anymore please let me know here in this thread.

deeboh
08-30-2009, 06:07 PM
I believe that I have solved the IE8 problem. The issue was caused when I attempted to include the SHOWTHREAD dropdown arrows inside the corresponding buttons (reply, thread tools, search this thread).

I will continue to search for issues IE7 & IE8 issues and if you come across anymore please let me know here in this thread.


Hey guys, i'm using jay cooke 8.05 open source VM and i'm having issues with CSS customization in ie8.

I've removed the left navigation links, page bar values and site nav headers for people that are not logged in to the wiki/site. When I view the modification in Safari, IE7 and firefox the desired effect occurs. However when I view the site in IE8 all of the css modifications are ignored?

Can you help shed some light on this?

Thanks,

Deeboh


Skin Elements (http://developer.mindtouch.com/Deki/Skinning/Base/Skinning/Hierarchical_List_of_Elements_-_Base.php)


html body div.body div.page div.pageBar {
display:none;
}
html body.user-loggedin div.body div.page div.pageBar {
display:block;
}
html body div.header div.siteNav #siteNavTree {
display:none;
}
html body.user-loggedin div.header div.siteNav #siteNavTree {
display:block;
}
html body div.body div.page div.siteNav {
display:none;
}

html body.user-loggedin div.body div.page div.siteNav{
display:block;
}