Announcement

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

    TreeGrid strange font behaviour in IE 8

    I'm using smarGWT 2.1.
    I expirenced strange behaviour in the text of the TreeGrid nodes.
    in IE 8, windows XP - once the page is loaded/refreshed the font of the text becomes big/bold. Once i go over it, it becomes small as it should have been.
    this happens also when i scroll down the tree.
    This problem doesn't happen in FireFox.

    Can anyone help?
    Thanks.

    #2
    Originally posted by talial
    I'm using smarGWT 2.1.
    I expirenced strange behaviour in the text of the TreeGrid nodes.
    in IE 8, windows XP - once the page is loaded/refreshed the font of the text becomes big/bold. Once i go over it, it becomes small as it should have been.
    this happens also when i scroll down the tree.
    This problem doesn't happen in FireFox.

    Can anyone help?
    Thanks.
    I have same problem with SmartGWT 3.0. Did you get rid of that somehow? Does anyone else know a solution to that?

    Comment


      #3
      Originally posted by Stongkin View Post
      I have same problem with SmartGWT 3.0. Did you get rid of that somehow? Does anyone else know a solution to that?
      The problem was that I had this in my project.gwt.xml:

      <inherits name='com.google.gwt.user.theme.standard.Standard'/>

      Comment

      Working...
      X