Nobody is able to answer?
Type: Posts; User: Animal
Nobody is able to answer?
Is there any technical reason why each region within a LockingGrid is a Panel subclass which is layout: 'fit' and which contains a Grid, rather than each just being a Grid?
Go to...
On more recent browsers this solution will work around it for now: https://fiddle.sencha.com/#view/editor&fiddle/2rad
It was perhaps ill judged to release the 9 billion pixel scroller as the default scroller in grids. I think that's what's doing it.
The field has ownerCt which is the Editor. That's not well documented.
That has a context property which contains the full editing context. Not well documented either. This is the kind of query...
Yes. They've been like that for a long time. Some of those could have generated real email addresses if it used "sencha.com" which we didn't want splurged out in public.
Of course they wouldn't be...
It's buffered rendering. Only the visible records (and a few above and below the visible zone) are rendered.
You can still ask the grid to scroll to a record using...
https://examples.sencha.com/extjs/6.7.0/examples/kitchensink/?modern#form-email The "to" is a Combobox with multiSelect: true
Also...
Only slightly?
All those new features announced for Modern were already written prior to the takeover. Idera simply held off on releasing them for over a year in order to be able to pretend to...
Here's a fiddle: https://fiddle.sencha.com/#view/editor&fiddle/2ovb
As you can see, when the menu is shown, it is not limited to height: 200
If you get a reference to the menu and do ...
í ½í¸‚í ¾í´£í ½í¸‚í ¾í´£í ½í¸‚í ¾í´£
You just need a Container, not a Viewport.
Have you not noticed?
We're just not there anymore. All of us. Me, Don, Kevin, Phil, Mitch, Evan, Adrian, Vitaly. We were all fired. This is a matter of record. They had no use for us.
Modern doesn't have render: https://docs.sencha.com/extjs/6.2.0/modern/Ext.Component.html#events
A Component's element exists from the beginning.
Try focus on...
You are 1000% correct.
We would have had Modern at 100% feature parity plus a lot of extra functionality by now had we just been allowed to continue. There has been developmental stasis for over a...
Unusual use case. You could try a custom sorter on each column.
https://docs.sencha.com/extjs/6.2.0/classic/Ext.grid.column.Column.html#cfg-sorter
Unfortunately, Idera have let some SSL certs...
Binding delays add a whole layer of complexity. Not just setting the store to the picker.
What if the value was set to some ID early, before the store has been bound? On store arrival, that ID...
The overview of the TreeStore class needs to be upgraded in the API docs.
The way it works is that when a node "parent" is expanded, its childNodes are inserted into the TreeStore just after...
They claimed Ross's TimePanel from last summer as their own innovation in 6.6, so you did get something. Oh, and Mitch's Router improvements also from last summer. "We've been hard at work"...
...
On the same note, a pointer focus gesture, (mousedown for mouse gestures, or tap for touch gestures) should check if the gesture is inside a floating component.
If so, then if the target element...
And since it's a panel you are talking about, conceptually, do you really want it to be focused? Or are you talking about some kind of fields inside it which receive focus, and you want notification...
So not a grid then. A DataView.
So they should always focus when moved to the front - which happens on show.
Ext.Dialog erroneously has
afterShow: function () {
this.callParent();
if (this.getModal())...
That's just assigning to value and testing the thruthiness of it.
What actual "bug" are you observing in the operation?
It could be that what you are actually after is a focusleave event.
focus is different.