ColorPicker Causes unwanted scrollbar in page if It is used in a RTL page. It's because of setting palleteWrapper.style.left to -9999px in hidePalette function in RadColorPicker.js. It can be fixed if you set palleteWrapper.style.left to something like 0 or 50%. It will be out of page due to -9999px as top value anyway.