Announcement

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

    top TabSet style issue after migrate to SmartGWT 4.1

    Dear all,

    I have to migrate a application from SmartGWT 3.1 to 4.1 (power edition)

    And I meet a style issue after migration, as I have TabSet that all use the default theme without any changing, my gwt.xml setting is set to SmartGwtPowerNoTheme

    Code:
    <!-- This statement stops the loading of the default theme. -->
    <inherits name="com.smartgwtpower.SmartGwtPowerNoTheme" />
    <inherits name="com.smartgwtpower.tools.Tools" />
    But I found the following issue when I migrate my application from SmartGWT 3.1 to 4.1

    I test the TabSet style in SmartGWT 4.1 by by clicking the top "selected" TabSet button, for other case such as mouse over, blur and other event, the style is ok but only have issue when "selected"
    - FireFox version 17.0.4 : style cannot load
    - IE version 8.0.7601.17514CO : style is normal

    I have attached the screen capture of FF and IE for SmartGWT 4.1 for your reference...

    Since I haven't change any style on TabSet and use the default style come from SmartGWT, so I have no idea on where I start to troubleshooting on this. Is there any hint how can I start my checking? and is there any conflict between SmartGWT 4.1 version + FF on this component?

    Thx in advanced!
    Attached Files

    #2
    The issue is fixed
    Root cause: find that the smartgwt 4.1p library mixed with skins file from 3.1p that cause this issue...
    So smartgwt library and theme should be match in order to prevent...

    Comment

    Working...
    X