Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Aug 2009
    Posts
    4
    Vote Rating
    0
    unknown13 is on a distinguished road

      0  

    Default [FNR] GroupSummaryView incorrectly displayed

    [FNR] GroupSummaryView incorrectly displayed


    With doctype
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    browser ignores width style for live summary because units not specified

    Fix: GroupSummaryView.java:
    Code:
        Params rp = new Params();
        rp.set("tstyle", "width:" + getTotalWidth() + "px;");
        rp.set("cells", buf.toString());

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN as of revision 2117.

Similar Threads

  1. GroupSummaryView duplication of groups
    By bkaddour in forum Ext 2.x: Help & Discussion
    Replies: 1
    Last Post: 25 May 2010, 2:47 AM
  2. Using rowexpander with GroupSummaryView
    By jason1987 in forum Community Discussion
    Replies: 0
    Last Post: 15 Apr 2010, 11:56 PM
  3. [CLOSED] 1.0-Beta-2: Border Layout inside TabPanel displayed incorrectly.
    By stephen_mcleod in forum Ext GWT: Bugs (1.x)
    Replies: 5
    Last Post: 9 Apr 2010, 4:03 AM
  4. GroupSummaryView and SummaryColumnConfig
    By OBELIX in forum Ext GWT: Discussion
    Replies: 1
    Last Post: 18 Feb 2010, 8:21 AM
  5. Sort order in GroupSummaryView
    By MartinElkjaer in forum Ext GWT: Help & Discussion (1.x)
    Replies: 1
    Last Post: 29 Jan 2009, 1:34 PM