I'm getting a ton of these [W] Obsolete warnings, but not info on what is obsolete.
I'd prefer not getting these warnings, how do I figure out how to resolve them?
I am using ExtJS 4.1
Thanks!
Attachment 40657
Printable View
I'm getting a ton of these [W] Obsolete warnings, but not info on what is obsolete.
I'd prefer not getting these warnings, how do I figure out how to resolve them?
I am using ExtJS 4.1
Thanks!
Attachment 40657
Easiest way to find out is to look at the file source and see what is raising the warning.
i.e. line 11505 of ext-all-dev.js if you click on the blue file name it should open the source file in debugger at the line position.
My guess is you maybe in your app somewhere using the functions - determineScrollbars or invalidateScroller on Ext.panel.Table
These two methods have been depreciated - hence the warning.