Announcement

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

    Client showcase error:

    Hi Isomorphic,

    I just found following bugs in the showcase while looking at some examples (all on your homepage, all with FF26/Win8):

    "Rotate pane" in http://www.smartclient.com/smartgwt/.../#zoom_and_pan does not change the outcome in FF26. It's only updated if you change "Zoom" afterwards.

    Adding of new elements in http://www.smartclient.com/smartgwte...ingNewElements is not possible.

    http://www.smartclient.com/smartgwte...#drillCharting seems to have a time selection box, but it is not styled and selecting times is not possible.

    Best regards,
    Blama
    Last edited by Blama; 6 Mar 2014, 08:05. Reason: better title, more bugs.

    #2
    I have two additional bugs found. I have tested with Chrome 32 / Safari 7.0.2 and FF26 on your homepage.

    1) after saving a new preference you can't switch to this by choosing preferenceSelectItem. In the code I've found preferenceSelectItem.addChangedHandler and preferenceSelectItem.addClickHandler but these are apparently not called. In any case, the ListGridState does not change when I select a different value from the drop down. the only way todo this is to click "Restore State"
    * http://www.smartclient.com/smartgwt/showcase/#grid_appearance_preferences

    2) if you click on any row, the "top level" header disappear.
    * http://www.smartclient.com/smartgwt/showcase/#grid_top_header (no problem with FF26)

    Comment


      #3
      Hi
      Just a quick note to let you know both of these issues have been assigned to developers for investigation. We'll follow up when we have more information for you.

      Regards
      Isomorphic Software

      Comment


        #4
        The second issue is a slight error in the sample code only. The ListGrid's specified height is a little larger than the available space. When you give it focus, it is natively scrolled completely into view, pushing the header slightly out of view.

        This issue has been fixed on the sample in mainline (5.0d branch). We'll follow up when we have more information on the other issue.

        Comment

        Working...
        X