RTL horizontal Scrollbar Problem in Extjs in Chrome
问题 I have extjs project. when I use LTR Mode OR use FirFox scroll bar work well. but when I use Chrome, scrollbar after load data goes to left side instead of right side. My Code For RTl Project: Ext.define('App.Application', { extend: 'Ext.app.Application', name: 'App', requires: [ 'App.*', 'Ext.rtl.*' ], launch: function () { var whichView = 'mainview2'; var elem = document.getElementById("splash"); Ext.ariaWarn = Ext.emptyFn; Ext.getBody().removeCls('launching'); elem.parentNode.removeChild