Announcement

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

    Problems in IE in displaying some widgets.. !!

    Hi all,

    I have a strange issue in my gwt app.. my application is working fine and looking good in Google chrome and firefox. But in IE i am facing some issues in visual display of widgets. The issues are :

    * ListGrid is having some extraspaces (with dark black spaces)between each columns and misalignments of entire grid
    * In Listgrid i hav implemented a functionality to do some task on clicking a particular cell in it. That is working good in FF/Chrome not in IE
    * Each columns are misaligned in listgrid.. (i.e. Column corresponding to row header 3 is aligned to row header2)....

    Pls help me in solving these issues. thanks in advance.
    Last edited by kk8322; 28 Jun 2010, 03:42.

    #2
    I have the same issue with listgrid. The vertical line (space) between each column is black in IE6. IE8/Firefox/Chrome are all ok.

    Comment


      #3
      Fixed by updating to SmartGWT 2.3

      Comment


        #4
        I have the same issue in IE6 (the vertical lines). And i am using smartgwt 2.3. Any other adjustments that i have to make?

        kissev

        Comment


          #5
          already solved. I deleted the border-color definition for ListGrid in skin_styles.css and it worked fine for me. I think ie6 had a problem with the word "transparent".
          Code:
          border-color:#FFFFFF transparent #EFEFEF;

          Comment


            #6
            Originally posted by kissev
            already solved. I deleted the border-color definition for ListGrid in skin_styles.css and it worked fine for me. I think ie6 had a problem with the word "transparent".
            Code:
            border-color:#FFFFFF transparent #EFEFEF;
            Which skin are you using. Smart GWT 2.3 does not have such a declaration and this style was fixed.

            Comment

            Working...
            X