-
16 Jul 2010 11:36 AM #1
[FIXED-176] Incorrect rendering of Panel. Missing angle bracket in template.
[FIXED-176] Incorrect rendering of Panel. Missing angle bracket in template.
Hi,
There is an angle bracket missing in the template in Panel.js line 67 right after </tpl>. It results in an incorrect rendering. Sencha Touch version 0.91. Here is what it should be:
Thanks.Code:renderTpl: new Ext.XTemplate( '<div <tpl if="id">id="{id}"</tpl> class="{baseCls} {cls} {cmpCls}<tpl if="ui"> {uiBase}-{ui}</tpl>" <tpl if="style"> style="{style}"</tpl>>', '<div class="{baseCls}-body"<tpl if="bodyStyle"> style="{bodyStyle}"</tpl>></div>', '</div>', {compiled: true} ),Eugene
Ext.Direct for ASP.NET MVC
-
17 Jul 2010 4:40 AM #2
There is the same problem with the Ext.form.FormPanel.
-
18 Jul 2010 7:11 PM #3
Thanks, both of these are corrected.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
27 Jul 2010 10:27 AM #4
It's not fixed in v0.92.
In fact it's even worse than before, you removed another ">".
-
27 Jul 2010 10:44 AM #5
I don't see where another ">" was removed from, but I don't see the fix either. That's too bad
Eugene
Ext.Direct for ASP.NET MVC
-
27 Jul 2010 10:51 AM #6
A ">" was removed at the end of the first line of the template.
I didn't want to post the code again, it's confusing enough, and your first post still has the proper fix.
-
27 Jul 2010 10:54 AM #7
Yep, you're right.
Eugene
Ext.Direct for ASP.NET MVC
-
27 Jul 2010 10:56 AM #8Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,659
- Vote Rating
- 14
The renderTpl has been updated and fixed for sure the time. Thanks for staying on it.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN] [FIXED-176] Anchor property is lost when loading a 1.0.1.x-project
By medusadelft in forum Ext Designer: BugsReplies: 9Last Post: 23 Jul 2010, 5:25 AM -
[FIXED-587] Tab panel inside a form, mark invalid are in incorrect position
By thaiat in forum Ext 3.x: BugsReplies: 7Last Post: 3 Mar 2010, 11:22 AM -
[FIXED-285]Incorrect rendering of radioGroup when placed on Toolbar in IE8
By canxss in forum Ext 3.x: BugsReplies: 2Last Post: 9 Oct 2009, 1:12 AM -
[FIXED-176][3.0.1] Ext.ux.Spinner.js broken ?
By belgattitude in forum Ext 3.x: BugsReplies: 1Last Post: 24 Aug 2009, 10:47 PM -
Missing and/or Incorrect Docs - Ext 1.1.x
By mystix in forum Ext 1.x: BugsReplies: 108Last Post: 10 Apr 2008, 5:47 AM


Reply With Quote