ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-319

RichDataGrid text truncated after inputting a long value in edit screen

    Details

    • Workaround Exists:
      Yes
    • Workaround Description:
      See comment on August 30th, 2011.

      Description

      When editing a field in the richDataGrid and inputting a very long text string, the column length is as expected but the text is truncated. This can be reproduced using the component showcase and IE7.

        Activity

        Hide
        Tyler Johnson added a comment -

        The fix is as follows:

        richDataGrid.xhtml line 62:

        style="#

        {browser.lessThanIe8 ? 'clear:both; float: left;' : '' }

        ">

        is replaced with:

        style="#

        {browser.lessThanIe8 ? 'clear:both;' : '' }

        ">

        The cause of the cutoff issue in IE7 was due to the float: left. This solution works for resolution 1024x768 or lower.

        Show
        Tyler Johnson added a comment - The fix is as follows: richDataGrid.xhtml line 62: style="# {browser.lessThanIe8 ? 'clear:both; float: left;' : '' } "> is replaced with: style="# {browser.lessThanIe8 ? 'clear:both;' : '' } "> The cause of the cutoff issue in IE7 was due to the float: left. This solution works for resolution 1024x768 or lower.
        Hide
        Philip Breau added a comment -

        Revision: 29357
        Author: philip.breau
        Date: 5:52:04 PM, Tuesday, November 15, 2011
        Message:
        IPCK-319 RichDataGrid text truncated after inputting a long value in edit screen


        Modified : /icepack/trunk/icepack/composite-components/web/datatable/richDataGrid.xhtml

        Revision: 29358
        Author: philip.breau
        Date: 6:55:33 PM, Tuesday, November 15, 2011
        Message:
        IPCK-319 RichDataGrid text truncated after inputting a long value in edit screen


        Modified : /icefaces-ee2/trunk/icefaces-ee/ee-comps/ee-composite/web/datatable/richDataGrid.xhtml

        Show
        Philip Breau added a comment - Revision: 29357 Author: philip.breau Date: 5:52:04 PM, Tuesday, November 15, 2011 Message: IPCK-319 RichDataGrid text truncated after inputting a long value in edit screen Modified : /icepack/trunk/icepack/composite-components/web/datatable/richDataGrid.xhtml Revision: 29358 Author: philip.breau Date: 6:55:33 PM, Tuesday, November 15, 2011 Message: IPCK-319 RichDataGrid text truncated after inputting a long value in edit screen Modified : /icefaces-ee2/trunk/icefaces-ee/ee-comps/ee-composite/web/datatable/richDataGrid.xhtml

          People

          • Assignee:
            Philip Breau
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: