Announcement

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

    custom styles not showing in IE9

    GWT v2.5
    SmartGWT 3.1d EE, (v8.3p_2012-12-28Enterprise Isomorphic-SmartClient-Package-Date: 2012-12-28)
    Browser: IE9
    Environment: Eclipse Indigo
    Java 1.6

    I've changed some colors in ListGrid using setHeaderBaseStyle. I've also changed the row alternating colors. The styles show up fine in Firefox, but they do not show in IE9 at all.

    Please advise.

    #2
    This is the way the header looks in firefox

    <td class="editableHeader" valign="center" nowrap="true" align="" onfocus="isc_Button_7.$47()" tabindex="-1" style="padding-top:0px;padding-bottom:0px;">

    editableHeader is the custom class used by setHeaderBaseStyle

    in IE9 it looks like this

    <td tabIndex="-1" class="headerTitle" noWrap="" vAlign="middle" style="padding-top: 0px; padding-bottom: 0px;" onfocus="isc_ImgButton_3_label.$47()">

    Notice the differences in the class attribute? Please address this.

    Comment


      #3
      This is a known bug fixed on February 28th. Sorry for the repost.

      http://forums.smartclient.com/showth...eaderBaseStyle
      Last edited by dwburns; 4 Mar 2013, 09:35.

      Comment

      Working...
      X