Hybrid View
-
21 Jan 2013 5:53 PM #1
Bug in Ext 4.1.3 exception inHeader.afterLayout
Bug in Ext 4.1.3 exception inHeader.afterLayout
ExtJS 4.1.3
Chrome Macintosh
On line 185 of src/panel/Header.js in afterLayout
titleEl = me.titleCmp.el;
I occasionally get an exception where titleCmp is undefined. This happens when me is a Bar (src/tab/Bar.js). Bar is a subclass of Header. You'll notice in Bar's initComponent it deletes titleCmp:
delete me.titleCmp;
So it will fail for Bar when it calls the parent's afterLayout. I suspect you should check for titleCmp in Header's afterLayout to fix the bug
-
21 Jan 2013 7:17 PM #2
That should only occur if the tabbar is vertical. In which case are you using a vertical tab bar?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
22 Jan 2013 7:21 AM #3
Yes we are using vertical tab bars
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote