-
4 Mar 2011 9:42 AM #1
[FIXED]Grouping grid generate invalid html
[FIXED]Grouping grid generate invalid html
Go to
http://dev.sencha.com/deploy/ext-4.0...groupgrid.html
From column menu "Name" group by this field
This is the generated first group:
Code:<tr class="x-grid-group-hd "><td "="" style="padding-left:0px;" colspan="2" class="x-grid-cell"><div class="x-grid-group-title">Group: Cheesecake Factory</div></td></tr>
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
5 Mar 2011 5:18 AM #2
Reason for this is a superfluous quote in the template.
pr3, ext-all-debug line 13854 should be:
Code:// group row tpl '<tr class="' + Ext.baseCSSPrefix + 'grid-group-hd ' + (this.startCollapsed ? this.hdCollapsedCls : '') + '"><td class="' + Ext.baseCSSPrefix + 'grid-cell" colspan="' + parent.columns.length + '" {[this.indentByDepth(values)]}><div class="' + Ext.baseCSSPrefix + 'grid-group-title">' + this.groupHdTpl + '</div></td></tr>',vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
5 Mar 2011 6:21 AM #3
btw - i would prevent such super long lines, as you see it's error-proned as they are not readable completely in IDE.
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
6 Mar 2011 4:44 AM #4
push - 10 second fix
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
6 Mar 2011 3:27 PM #5
This has been resolved.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
7 Mar 2011 5:33 AM #6
Thanks!
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED] Grouping is broken in Grouping Grid/Store
By extjs@peacetech.com in forum Ext 3.x: BugsReplies: 3Last Post: 3 Mar 2010, 10:06 PM -
Can the Ext.Template be used to just generate html?
By Elijah in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 13 Dec 2009, 2:24 PM -
[FIXED] [2.0.1]Editable Grid with data grouping bug
By gald in forum Ext GWT: Bugs (2.x)Replies: 5Last Post: 28 Oct 2009, 6:59 AM -
Does the Ext.form.Field fieldLabel method generate a proper <label> HTML element?
By weyus in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 13 Jul 2008, 11:25 PM -
grouping grid in portal.html
By concep86 in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 21 Feb 2008, 1:37 PM


Reply With Quote