+ Reply to Thread
Results 1 to 3 of 3

Thread: forum bug in ie8

  1. #1

    Default forum bug in ie8

    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'.

  2. #2
    Join Date
    Feb 2007
    Location
    San Diego, CA
    Posts
    132

    Angry IE8 bug

    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.
    I do HTML, CSS, Jquery and DekiScript. I designed Fiesta and enjoy building apps on top of MindTouch.

    Thanks for your contribution,

    Damien Howley
    @DamienH

  3. #3

    Default Jay cooke css customization problems in IE8

    Quote Originally Posted by Howleyda View Post
    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

    PHP Code:
    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;


+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts