Announcement

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

    ListGrid can't edit under debug mode

    Be sure your post includes:
    1. SmartGWT 4.0p
    2. Firefox 24 & 25.0

    Just can't invoke editing in debug mode by double clicking the cell. Pragmatically start editing by calling startEditing() or startEditingNew() will trigger an exception.

    Under production mode both editing works.

    Is this a known problem?

    #2
    Can't edit ListGrid in Debug/Release mode

    Same issue for me. I can catch the double click event manually, call the startEditing function which returns 'true' but nothing happens on the GUI.

    1. SmartGWT 4.0
    2. Firefox 25
    3. Ubuntu 13.10 64 bit - OpenJDK 7

    Application tested from Eclipse 4.3 using GWT 2.5.1 and the current version of Google Ecplipse Plugin.

    When I run the application deployed, I can edit with either Firefox or Chrome.

    When I tested in Debug mode the same application with Chrome 31, even if it is terribly slow, I can edit the same listgrid.

    Comment


      #3
      No, not a known problem. Perhaps both of you are suffering from a GWT issue that only happens on Ubuntu? Perhaps it's also limited to Ubuntu+OpenJDK.

      Comment

      Working...
      X