This bug still exists. It was reported a version and 4 years ago. It's a performance killer and makes the application almost unusable.
...
Type: Posts; User: mjhaston
This bug still exists. It was reported a version and 4 years ago. It's a performance killer and makes the application almost unusable.
...
Those were the days!
That's awesome there is a workaround for such a basic and core piece of the new 7.0 major release.
Is there any fix for this bug?
Are you able to share those exciting things yet?
The new Sencha support model since the buy-out seems to be, answer forum questions immediately with "We understand your concern, we are submitting this to an engineer." and then never following up on...
Old thread, old problem, still no fix. Usually I've run into this issue when updated WebStorm. This time I haven't update anything, but the problem as come back. 4 months now.
Same problem here. Sencha support has really gone downhill since the buy out. It's very concerning.
I'm using the Exporter plugin and offering the ability to download a .csv file. The exporting of .xls doesn't require the classes below, but exporting .csv does.
'Ext.util.CSV',...
Submitted a ticket via support. No solution as of yet, but they did charge me 10 credits for what they broke. They are also reassigning this support ticket back to my sales rep.
In July Sencha gave me an offline license which fixed my plugin issue. Now that I've upgrade WebStorm again, not thinking, this issue is back. The offline license is not working. I guess I'll need...
Just upgraded JetBrains WebStorm and now the temporary license or key I had to put on my laptop isn't working. This has been broken since at least early July. Do I need another key?
Thanks Michele. Support already said they couldn't provide any help with this. So it's more of a question to the community. My issue with instability is fixed for now, but I'm wondering if ExtJS +...
You can try this:
inputAttrTpl: ['autocomplete="off"'],
We are using NWJS to wrap an ExtJS application for our Intranet. This has led to some instability. It's pointing towards another toolkit jsPDF which we are pulling in to create PDFs. I'm wondering...
Ah, I think I read this post and then found this fiddle later and thought it was the same: https://fiddle.sencha.com/#fiddle/1d8a&view/editor
You don't have any code to change the gender on drop, so it stays (or goes back to without you seeing it) in the same grouping.
Put this code in your fiddle after features and before columns:
...
@wtwUser - Just adding, you can really handle the entire button using the viewmodel:
dockedItems: [
{
dock: 'top',
xtype: 'toolbar',
items: [
{
vm.set('isDraft', false);
57954
vm.set('isDraft', true);
57955
I'm not sure about setting allowBlank = false here, but you can definitely put some logic in your edit listener to handle a cell by cell check.
What's wrong with binding the hidden config?
{
tooltip: 'Click to see all save options',
text: 'Save Options',
iconCls: 'x-fa fa-floppy-o miscellaneous',...
Thank you. I hope you got a few support credits from Sencha.
Is there any update to this 2.5 year old bug? How do I find EXTJS-23128? We have support. I'd like to see if there's a workaround.
I'm having no luck figuring out how to save and restore expanded nodes when I reload a treepanel. Anyone have examples?
Digging up an old post. If this is a combobox, can the trigger background match when the field is invalid?
The userid field is how it works. I hard coded the password field to see how it should...