Announcement

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

    Odd behaviour in scrolling, highlighting and contextmenus

    Hi there,

    In our SmartGWT EE 2.3 application we're noticing the following:

    1. in ListGrid and Tree components, the items/rows only light up (hover) when the cursor is over the text, not the "empty" rest of the row.

    2. In listgrids for example this also results in scrolling only being available when the cursor is on a text.

    3. Context menus only work when the text in these components is right clicked.

    Now, I'm thinking this is something fundamental that I'm overlooking. Did anyone else see this behaviour and know how to fix it?

    Regards,

    Kees.

    #2
    Why are you ending up with blank space to the right of the grid? Sounds like you may be specifying too many column widths, as the default behavior is to full all available space.

    Comment


      #3
      Isomorphic,

      I'm not ending up with blank space to the right of the grid? My problem is that context menus (for example) only show up when I rightclick the actual text in the grid, and not in the parts of the grid where there's no text (for example between columns.

      Any ideas?

      Comment


        #4
        Does this happen for you in the Showcase, and with what exact browser? It doesn't happen in any production browser we know of..

        Comment


          #5
          Nope this doesn't happen in that same browser when looking at the showcase, which leads me to believe my project is faulty... The question is how this can occur?

          Comment


            #6
            We've never seen it before, the only thing we could guess is that you may have core GWT skins included in your .gwt.xml file - these should be removed.

            Comment

            Working...
            X