Announcement

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

    Window.setDefaultProperties + ListGrid.editHilites

    I have set Windows default properties like this in the entry point class:

    Code:
    Window w = new Window();
    w.setShowShadow(true);
    Window.setDefaultProperties(w);
    Now when I try to open hilite editor of a ListGrid, I am seeing this warning when I click on ColorPicker icon in the editor window and crashes. Here is the log:

    Code:
    15:12:59.791:MUP4:WARN:Log:ClassFactory.addGlobalID: ID:'' for object '[ColorPicker ID:]' collides with ID of existing object '[Window ID:]'. The pre-existing widget will be destroyed.
    Other windows works fine. So I think this is a bug.

    I am using SmartGWT 2.4 and also tried with latest nightly build.

    #2
    Unable to reproduce with the nightly build. See screenshot. As you can see, the color picker window has the shadow correctly applied.

    If you're still having an issue, specify the date of the nighty build, and also post a minimal standalone testcase.

    Sanjiv
    Attached Files

    Comment


      #3
      Thanks,

      I was testing with snapshot version from maven repository thinking that it will be latest nightly build but it doesn't.

      BTW, I confirmed that it's fixed in the latest nightly.

      Thank you again...

      Comment

      Working...
      X