Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Rendering issues with IE8

    Isomorphic,

    We are having issues with IE 8 browser. The attached image is from a IE8 browser. let us know how we can fix this.

    We have three issues here:

    1) the y-axis values overlap on the bars
    2) the legend colors and text is not aligned properly.
    3) the values on the x-axis and the corresponding bar is also not aligned properly.


    Thanks.
    Attached Files

    #2
    Be sure to read the FAQ on information you need to post.

    Comment


      #3
      Isomorphic,

      sorry for the missing info.

      Version: Isomorphic SmartClient Framework (SC_SNAPSHOT-2012-02-24_v8.2p/Enterprise Deployment 2012-02-24)

      Browser: IE8,9

      It works fine on Firefox and Chrome

      thanks.

      Comment


        #4
        And what DOCTYPE and meta tags are present (there are many rendering modes in IE8).

        Comment


          #5
          Code:
          <!doctype html>
          <!-- The DOCTYPE declaration above will set the    -->
          <!-- browser's rendering engine into               -->
          <!-- "Standards Mode". Replacing this declaration  -->
          <!-- with a "Quirks Mode" doctype may lead to some -->
          <!-- differences in layout.                        -->
          
          <html>
          <head>
              <meta http-equiv="content-type" content="text/html; charset=UTF-8">
          
              <!--                                                               -->
              <!-- Consider inlining CSS to reduce the number of requested files -->
              <!--                                                               -->
              <link type="text/css" rel="stylesheet" href="********.css">
              <!--<link type="text/css" rel="stylesheet" href="skins/Sabre/skin_styles.css">-->
          
              <!--                                           -->
              <!-- Any title is fine                         -->
              <!--                                           -->
              <title>Market Intelligence</title>
          
              <!--                                           -->
              <!-- This script loads your compiled module.   -->
              <!-- If you add any GWT meta tags, they must   -->
              <!-- be added before this line.                -->
              <!--                                           -->
              <script> var isomorphicDir = "********/sc/"; </script>
              <META Http-Equiv="Pragma" Content="no-cache">
              <script type="text/javascript" language="javascript"
                      src="********/********.nocache.js"></script>
          </head>
          Thanks.

          Comment


            #6
            Assuming your screenshot also represents IE9, it suggests that your browser is not using standards mode in IE9. This may because "doctype" needs to be capitalized as DOCTYPE.

            Comment


              #7
              Also, be sure to use a recent patch build, your build is almost 6 months old.

              Comment


                #8
                Isomorphic,

                We are using IE8. I have downloaded the latest build:

                Isomorphic SmartClient Framework (v8.2p_2012-08-21/Enterprise Deployment 2012-08-21)

                I also had issues with the 'x-mark' appearing for some missing images in disabled text items. This seems to have been fixed with the latest libraries, but other problems like chart legend not aligned etc still persist. I tried switching to 'Compatibility View' in IE8 and even put 'DOCTYPE' capitals but it doesn't help.

                Thanks.

                Comment


                  #9
                  This was already fixed in 3.1d and the fix has now been added to 3.0p - grab the next patch build to get the fix.

                  Comment


                    #10
                    Isomorphic,

                    I verified and this fix works in 3.0p too.

                    Thanks.

                    Comment

                    Working...
                    X