Announcement

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

    setWidth100() does not work on FF5

    Hi folk

    setWidth100() does not work correctly on Firefox 5 but on 6 and above are working correctly, I am currently using smartGWT3.0.

    Any idea about the issue?

    #2
    If this helps, I noticed that on FF 5 and 6, CanvasItem default width does not work.
    On other browsers, the CanvasItem automatically extends horizontally to take up the required space.
    On FF, the CanvasItem width (or Canvas width, I am not sure) turns out to be 0, meaning that the Canvas does not display at all, and I am stuck setting it explicitly like this:
    Code:
        canvasItem.setCanvas (canvas);
        canvasItem.setWidth (300);
    I tried calling setAutoFit (true) with no luck.

    Comment


      #3
      I hope to solve this bug as soon as possible.

      Comment


        #4
        I have the same problem, I searched over the forums but no solution I think this is a bug in smartGWT.

        Comment

        Working...
        X