We are all developers right? How am I suppose to work with complex framework like Ext JS if I don't have access to GIT, JIRA, and have no relevant release notes?
Where is the respect or cooperation here?
I'm an enterprise customer, the one that is happy to pay more than 5 licenses, and don't care about the cost. What I have problem with is that Sencha is not enterprise grade in the way they work, they are like a new start-up but usually start-up care a lot about their customer and give them more than average, it's not the case here.
Maybe Sencha has good intentions but just has no management skills, and not good listener?
Below are all the different commits without release note mentions:
position: function(pos, zIndex, x, y) {
var me = this;
if (me.dom.tagName !== 'BODY') {
if (!pos && me.isStyle(POSITION, STATIC)) {
me.setStyle(POSITION, RELATIVE);
} else if (pos) {
me.setStyle(POSITION, pos);
}
if (zIndex) {
me.setStyle(ZINDEX, zIndex);
}
if (x || y) {
me.setXY([x || false, y || false]);
}
}
}
---
if (options) {
associated = options.associated;
if (associated === undefined) {
options.associated = deep;
clear = true;
} else if (!deep) {
options.associated = false;
clear = true;
}
opts = options;
} else {
opts = deep ? me._getAssociatedOptions: me._getNotAssociatedOptions;
}
itemData.push(record.getData(opts));
if (clear) {
options.associated = associated;
clear = false;
}
delete record.$gathering;
}
delete item.$gathering;
} else {
opts = options || me._getAssociatedOptions;
if (options && options.associated === undefined) {
opts.associated = true;
}
itemData = item.getData(opts);
}
---
} else if (!template || Ext.isPrimitive(template) || Ext.isFunction(template)) {
nightly build release notes not mentioning major modifications
Aucun commentaire:
Enregistrer un commentaire