this.otherstate.setAttribute('applied', true); if (s != null) { this.setTint(this, s.basecolor); this.setTint(this.leftarrow, s.basecolor); this.setTint(this.scrolltrack, s.basecolor); this.setTint(this.rightarrow, s.basecolor); } super._showEnabled(); var enabled = this._enabled; if ( ! enabled ) { this._obgcolor = this.bgcolor; } this.setAttribute('opacity', enabled ? 1 : 0.6 ); this.setAttribute('bgcolor', enabled ? this._obgcolor : parent.bgcolor ); this.thumb.setAttribute('clickable', enabled ); this.thumb.setAttribute('visible', true);