Announcement

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

    Problem on ListGrid ContextClickHandler

    Problem on ListGrid ContextClickHandler :
    - addCellContextClickHandler
    - addRowContextClickHandler

    Since the build http://www.smartclient.com/builds/SmartGWT/2.x/LGPL/2011-06-01,
    there are some trouble about ContextClickHandler

    example in showcase/#featured_complete_app :

    1) make a click on find (item empty)
    The CellContextClickHandler it's ok on line
    2) select a item + find
    The CellContextClickHandler it's ok on line
    3) make empty the item zone + find
    The CellContextClickHandler not work

    Showcase compiled with :

    - http://www.smartclient.com/builds/SmartGWT/2.x/LGPL/2011-06-16
    - Gwt : 2.3.0

    Problem on Win xp with :

    - Chrome 12.0.742.100
    - Firefox 4.0

    PS :
    no problem in linux firefox 4.0.1 :(

    Thanks.

    #2
    We've just made a change which should resolve this issue. Please try the next nightly build and let us know if you continue to see it

    Thanks
    Isomorphic Software

    Comment


      #3
      Hi,

      Now works with chrome but not with firefox ...

      Tested on firefox with the bug :
      - 3.5.15
      - 4.0.1

      Showcase compiled with :

      - http://www.smartclient.com/builds/SmartGWT/2.x/LGPL/2011-06-18
      - Gwt : 2.3.0

      Thanks.

      Comment


        #4
        This problem wasn't platform-specific. Please double-check that you've run a GWT compile, have cleared browser cache, and the actual .js files being delivered to the browser have the expected build date.

        Comment

        Working...
        X