-
15 Mar 2011 5:06 PM #1
[CLOSED][PR3] Namespace declaration(s?) missing
[CLOSED][PR3] Namespace declaration(s?) missing
In core/util/DelayedTask.js, a Ext.namespace('Ext.util.DelayedTask') declaration is missing.
As a consequence, if I want to use only this package, I have to manually add the namespace declaration by myself.
There may be some others missing, but at this time, I don't know yet...
-
15 Mar 2011 10:26 PM #2
I wouldn't say this is a bug. Ext.util is in the core of the library, it's meant to be used with the other core parts.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
15 Mar 2011 11:02 PM #3
[PR3] Namespace declaration(s?) missing
[PR3] Namespace declaration(s?) missing
You're right, it's not exactly a bug.
But it is a concern, as it prevents a move towards the low coupling of the packages of the framework, which is, no mater what the goal of your project, a best practice in programming.
-
15 Mar 2011 11:11 PM #4
Right, but it's part of the core, you can't go picking and choosing which parts of that to use.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED][2.x SVN] TextField#preFocus() missing "el" variable declaration
By mystix in forum Ext 2.x: BugsReplies: 2Last Post: 27 May 2009, 11:34 PM -
[2.0.1][CLOSED] Internet Explorer dies on !important declaration
By sam_mooball in forum Ext 2.x: BugsReplies: 3Last Post: 29 Apr 2008, 2:40 PM -
[CLOSED] Feature request: Ext.namespace should return created object
By ziesemer in forum Community DiscussionReplies: 7Last Post: 29 Mar 2008, 11:50 PM -
YAHOO.ext.util namespace missing
By alexpooley in forum Ext 1.x: BugsReplies: 4Last Post: 2 Jan 2007, 5:18 AM


Reply With Quote