-
4 Jul 2010 10:31 PM #1
[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());
-
6 Jul 2010 3:41 AM #2
Fixed in SVN as of revision 2117.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
GroupSummaryView duplication of groups
By bkaddour in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 25 May 2010, 2:47 AM -
Using rowexpander with GroupSummaryView
By jason1987 in forum Community DiscussionReplies: 0Last Post: 15 Apr 2010, 11:56 PM -
[CLOSED] 1.0-Beta-2: Border Layout inside TabPanel displayed incorrectly.
By stephen_mcleod in forum Ext GWT: Bugs (1.x)Replies: 5Last Post: 9 Apr 2010, 4:03 AM -
GroupSummaryView and SummaryColumnConfig
By OBELIX in forum Ext GWT: DiscussionReplies: 1Last Post: 18 Feb 2010, 8:21 AM -
Sort order in GroupSummaryView
By MartinElkjaer in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 29 Jan 2009, 1:34 PM


Reply With Quote