Announcement

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

    Issues with SmartGWT ListGrid column and TextArea

    Hi,
    Iam using SmartGWT pro 3.1 and GWT 2.4 and
    Chrome Version 26.0.1410.64 m
    IE version 8.0.6001.18702

    In attached screen shot i have observed below issues.
    1)SmartGWT ListGrid "Government" column data is larger than column width its not displaying dots at end of the sentence in chrome but in IE its displaying dots at end of the sentence.Is it UI bug from your side. If not please let me know required api method to sync both the browsers.

    2) TextArea control displaying scrollbar(bydefault) In IE. But In chrome its working perfectly means when inputted data is increased than TextArea width then only scroll bar is displaying.Please help me to achieve this.

    show case url to check above controls.
    http://www.smartclient.com/smartgwt/showcase/#featured_pattern_reuse


    Thanks in Advance.
    Attached Files

    #2
    1. ellipsis is a native CSS behavior that we do not directly control. However in 4.0 we've applied some workarounds that allow ellipsis to work in Firefox; these won't be backported (it's not a patch).

    2. this again is a native behavior of the browser - you can disable it using this technique.

    Comment


      #3
      We have one more issue with configure sort window (From listGrid menu).

      If we double click on the listgrid columns that columns width is auto fitting to its content data , when we double click again on same column it’s not coming back to its original state.

      How to bring listGrid columns to normal state This issue is observed in all browsers.

      I am attaching image please refer for more details .
      Attached Files

      Comment


        #4
        This is behaving as designed.
        AutoFit on double click is managed by the headerAutoFitEvent. This causes the grid column to auto-fit to its data on a double click, but this isn't set up as 'toggle' type behavior where a second double click would reset to the previous field width.

        For your own grids you could implement your own custom behavior on double click - for example - autoFit to the field, then setWidth to "*" on a second double click, but this is not built in.
        If you're requesting this as a feature, we can take it under consideration, but we'll have to see how much interest there is in having this behavior.
        If you'd be interested in sponsoring it, let us know and we'll take a look at what would be involved.

        Regards
        Isomorphic Software

        Comment

        Working...
        X