Bump, any news on this one ?
Type: Posts; User: vadimv
Bump, any news on this one ?
I've followed the first post more or less, but my package is in project/packages/local/ and also added below 2 lines in build.xml to make the things cleaner and install them automatically, as for...
:) who needs Support these days, we can handle it without as long as the code is easy to fix.
Same happens with their packages, if you use d3 not as "requires" but as "uses" and loaded with Ext.Package then the d3 library itself is not loaded, only sencha's d3.
Came across this issuse that's been for a long time in the latest versions. I've fixed it with this override:
Ext.define(null, {
override: 'Ext.grid.RowEditor',
While Sencha Test looks well on API side, note that's a closed enviroment, at some point you may have issues with it as any software has bugs, and you won't have the posibility to fix it on your end...
I don't expect them to fix it anytime soon, curious mate, why you guys upgraded to 6.6.0, imo it has more issues than 6.5.2.
Known issue. https://www.sencha.com/forum/showthread.php?406409-CMD-6-5-breaks-the-URL-for-remote-js-files
Using controllers is the best way to architect an app. There are many ways to minimise the app size, like using abstraction, inheritance, mixins, util methods, re-using code as much as possible,...
Why 4.x ? and not 6.x which has better support for mobile browsers
I won't argue if it's a bug or not, I'm here to help. Can you elaborate in some code this, even if not an working one. Seems like your general approach is wrong. The proper one would be to do the...
Imo this is not a bug:
1. The '{ }' are reserved symbols for the view model parser, you can't use them like this ("lastName": "{/Nicht Lustig") , it won't work on parser as it's trying to create...
Hey man,
thanks for taking a look, I haven't had time to find an override for it, being pressed by the sprint deadline, was easier for me to finish the ticket with a temp quick dirty fix and then...
Happens from 6.5.2 to 6.6.0. Can find a test case in the following thread: https://www.sencha.com/forum/showthread.php?252415-Ext-TabPanel-event-activate-not-fired-for-first-added-tab
cool
bump
You haven't marked the ticket as opened. What's the ticket number ?
bump.
Affected versions: think all 6.5.x versions, for sure on 6.5.2 and 6.5.3.
Steps:
1. Remove current rows
2. Add a new row by clicking on Add Row button
3. Click on empty body of the grid
4....
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/2bu3
57339
Steps:
1. Select a row in the parent grid by checking the checkbox. This will select/check all rows in the sub-grid, which is...
bump
And totally is not by design to have a scroller jumping like this. For helping more with deciphering, here's Nige's confirmation on this:
57158
Did you see the comment in the code ?
// update Layout can be triggered by a button hide or show in grid's toolbar or in any other situation.
If panel tools are not focusable, like in 6.x then combo pickers are not closed or aligned properly when windows are maximized or minimized.
Fiddle:...
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/28vi
Steps:
1. Remove all record by clicking on the actioncolumn on each one.
2. Click on the empty grid anywhere
3. Click on console to...