Thanks Marcus!
I'm on Win10 too and deleting those jars fixed the issue.
Type: Posts; User: toddtreb
Thanks Marcus!
I'm on Win10 too and deleting those jars fixed the issue.
See below an override I have made for ExtJS 6.5.0.775.
From my quick testing it seems fine, but try at your own risk.
Ext.define('AppName.overrides.view.AbstractView', {
override:...
Thanks for the update and the override!
Bump
Bump
That is correct, the buffered renderer makes a difference.
However, in a real scenario with a more complex grid turning off the buffered renderer is going to cause performance issues.
Ext version tested:
Ext 6.5.0.775 Classic
Browser versions tested against:
Chrome 60.0.3112.101 (64-bit)
Fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/25fk
Description:
Bump
Bump
Hi,
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/230g
Issue exists in: Win7 with Chrome 59
Issue does not exist in Win7 IE11 or Firefox 54
In the attached fiddle you can see the grid...
Bump. Any news on this?
Version: ExtJS 6.5.0 Classic
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/2291
It looks like if a grid is not 'visible' when the load is triggered then its loadmask will not be shown,...
This issue still exists in 6.5.0. Is there any news on when it will be fixed, or a workaround?
Hi,
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/2161
According to the docs, the 'change' event of a selectfield should return newValue and oldValue as an Ext.data.Model, however it...
Hi,
Just a small issue with the 6.5 docs.
The upgrade guide says that the painted event now passes the component as the first argument, however the docs do not reflect this change as far as I can...
Excellent, that works well. Thanks!
ExtJS Version: 6.2.1.167 - Classic
Tested on Win7: Firefox 53, Chrome 58, IE 11
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/1v52
I have an issue with grids with large amounts of data...
Hi,
Version: 6.0.1.250 - Modern
Fiddle: https://fiddle.sencha.com/#view/editor&fiddle/1un5
In the above fiddle I have set the "sorters" config on the store. When the grid is shown the data is...