Announcement

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

    createRecordComponent () or Grid Cell Widget Sample row height bug?

    Look at this sample:
    http://www.smartclient.com/smartgwt/showcase/#featured_grid_cell_widgets

    Note that the cell height is too large.
    So large, in fact, that the row height is almost 2 times as large as it should be.

    Additionally, the control rendered via createRecordComponent () are aligned "bottom", and not "top".

    So if you ask me, the control does not look right.

    Does anybody know any way to:
    1. Align the controls rendered by createRecordComponent () as "top" instead of "bottom", or "whatever" as long as they are aligned with the rest of the rows
    2. Make the row height "fit" the controls" so that the rows don't have the extra spacing?

    FYI, I did test this with a variety of browsers and got the same behavior.

    #2
    I created this bug report for this:
    http://code.google.com/p/smartgwt/issues/detail?id=518

    Comment


      #3
      It's been fixed, try a nightly.

      Comment


        #4
        Looks fine with tonight's build: 2.3-2010-09-30
        Nice!

        Comment

        Working...
        X