This bug is still reproducible in ExtJS 7.0 :-?
Type: Posts; User: SpecialAgent
This bug is still reproducible in ExtJS 7.0 :-?
For your information, the current nightly build of ExtJS 7 includes Font Awesome Free Version 5.6.3
For an update to Font Awesome Pro you have to set the "$font-icon-font-family" to "Font Awesome...
I had the same Problem today. After checking the logs of my server I figured out that Sencha Cmd have problems with https. I couldn't find a working URL Syntax to use https. SO had to fall back to...
I had the same Problem today. After checking the logs of my server I figured out that Sencha Cmd have problems with https. I couldn't find a working URL Syntax to use https. SO had to fall back to...
I had this bug with Sencha CMD 6.6.0.13. This occurs when the local repository is not initialized. This could be done by
sencha repo init --name NameOfYourRepo
After this, the build runs...
This bug is also in 6.6.0
I had the same problem. To get the prop in my build I have used the ant variable in the app.json.
So the code from israelroldan have to be:
This Bug is still existing in ExtJS 6.5.3!
I use this as workaround:
listeners: {
afterrender: function(combo){
combo.validate();
}
Thank you. The first try looks good.
In my dev tools I can see some failed network calls:
resources/font-awesome-5/webfonts/fontawesome-webfont.woff2?v=5.0.10...
For sencha cmd 6.5 you can add
"properties": {
"skip.slice": 1,
"skip.sass": 1
},
to your app.json or package.json
For sencha cmd 6.5 you can add
"properties": {
"skip.slice": 1,
"skip.sass": 1
},
to your app.json or package.json
I had this error during a package build. I had two workarounds add "skip.sass=1" to sencha.cfg (if you don't need it) or add a config for "theme", "framework" and "toolkit" in the package.json.
...
In my case I also have to add "theme" to package.json or add "skip.sass=1" to sencha.cfg
And already broken in >= 5.1
:-?
sorry for grave rape
As a workaround i have overriden the getState function on my store:
getState: function () {
Ext.log(this.self.getName() + ": getState");
var result = this.callParent();
delete...
I need this too. I'm using own buttons uis so build the classes by hand would only be a ugly hack.
Can't see an issue in the logs. Here ist the last part of the log with debug-flag:
[DBG] applying build environment override development
[DBG] Applying toolkit override null
[DBG] applying...
Sencha cmd build failed when my workspace-path contains "%2F" (our jenkins build this for branches with / in name like release/v.2). I have testet it with a 1:1 copy of my app. Here is my log:
...
Hi,
I have a problem with my current ExtJS (6.0.1) app. The development build stops without any error message. Testing and production build works as expected.
Has anyone a tipp for me how I...
This problem still exists. I ran into the same issue with Sencha Cmd v6.1.2.15
LesJ, you are right. I'm using
constructor: function(config) {
this.mixins.observable.constructor.call(this, config);
this.callParent(arguments);
}
This Bug is almost present in ExtJS 6!
I have fixed it by override the getItemConfig function. But I'm not sure if this was all. In the meantime we have dropped this component.
{
xtype: 'treelist',
...
Hi,
I want to build my ExtJs 6 App in Jenkins with various themes. Currently I am using shell with "sencha app build". But to change the theme I have to change app.json. I have seen in CMD...
Is it possible to directly watch this issue? We need a fix for this.