Seems like it is still a problem, did somebody find the answer?
Type: Posts; User: Dzenly
Seems like it is still a problem, did somebody find the answer?
How can I exclude directories from sencha app build ?
I tried
```
<target name="-before-init">
<property name="build.operations">
exclude
-file=**/__tia-tests__/**...
`Ext.ComponentQuery.query('[id=assets-information-form-1918]')` also returns my component. :)
So probably the deal in "#" only.
So itemId just eliminates autogenerated id from ComponentQuery search even if itemId and id are different.
It is not about just precedence, it is about elimination :)
Where can I find any info on...
https://stackoverflow.com/questions/54759063/extjs6-ext-componentquery-queryautogenerated-id-returns-an-empty-array-if
I have some ExtJs component. I set itemId for it, but id is autogenerated....
In production mode:
```
cmp.getConfig('xtype') // "combobox"
cmp.getInitialConfig('xtype') // "combobox"
cmp.getXType() // "combo"
cmp.getXTypes() //...
E.g. for combobox in production getXType returns 'combo' but for development it returns 'combobox'.
The same for textarea -> textareafield, checkbox -> checkboxfield, etc.
Is there some configs to...
Hi! Is there some tools to record user actions for further using them in auto-tests by Sencha Test ?
Selenium IDE records actions by id or css classes. But it is not so reliable. Are there are some...
I met this for all my components, which are without itemId, so I pretty sure that it will be reproduced for all cases you can imagine yourself.Let me know if you tried some case and did not reproduce...
"TypeError: Cannot read property 'names' of undefined".
* Documentation here contains many garbage in 'config' section:
http://docs.sencha.com/extjs/5.1.2/Ext.grid.column.Action.html
Many config options are duplicated and contain some garbage in...