Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium User
No such config "component" for class Ext.scroll.Scroller
Version:
Description:
I get this error: No such config "component" for class Ext.scroll.Scroller
It's caused by Ext.viewport.Default (http://docs.sencha.com/extjs/6.5.3/m...s.html#line239 )
Code:
Ext.setViewportScroller(me.getScrollable() || Ext.getViewportScroller().setConfig({
x: false,
y: false,
component: me //invalid property!
}));
Ext.scroll.Scroller has no config called component
so this part is throwing an error:
(instance is the instance of the Ext.scroll.Scroller coming from the Ext.getViewPortScroller() above)
Code:
prop = instance.self.prototype[name];
if (strict) {
if ((typeof prop === 'function') && !prop.$nullFn) {
Ext.Error.raise("Cannot override method " + name + " on " + instance.$className + " instance.");
continue;
} else
{
if (name !== 'type') {
Ext.log.warn('No such config "' + name + '" for class ' + instance.$className);
}
}
}
Seems like I'm not the first that bumps into this... Although in a different section..
https://www.sencha.com/forum/showthr...croll-Scroller
-
Touch Premium Member
This is still a bug in 6.6.0 in the Ext.define for Ext.viewport.Default.
-
Ext Support Team
Hello,
This issue has been fixed under reference Jira EXTJS-27226, we have verified with the 6.7 version of EXTJS and it is working fine, I request you to try with the latest nightly build for resolution.
Regards,
Kumar
Sencha Support.