92814a92815,92817 > }, isc.A.$173y = function isc_FormItem__canSetSelectionRange() { > if (!isc.isA.TextItem(this) && !isc.isA.TextAreaItem(this)) return false; > return true 92856c92859 < if (!isc.isA.TextItem(this) && !isc.isA.TextAreaItem(this)) return; --- > if (!this.$173y()) return; 93117c93120,93127 < return this.$17u("click") --- > var _1 = this.$17u("click"); > if (this.$173z) { > delete this.$173z; > if (_1 != false) { > this.selectValue() > } > } > return _1 93179c93189,93196 < if (this.mouseDown) return this.$17u("mouseDown") --- > var _4; > if (this.mouseDown) _4 = this.$17u("mouseDown"); > var _5 = this._value; > if (_1 && _1.overElement && !this.hasFocus && _4 != false && this.$1730() && this.$173y() && _5 != null && _5 !== isc.emptyString) { > this.setSelectionRange(0, 0); > this.$173z = true > } > return _4 93462a93480,93491 > }, isc.A.$884 = function isc_FormItem__shouldSelectOnFocus() { > var _1 = this.selectOnFocus; > if (_1 == null && this.form) _1 = this.form.selectOnFocus; > if (_1) { > var _2 = isc.EH.isMouseEvent() && (this.containerWidget.contains(isc.EH.lastEvent.target, true)); > if (_2) _1 = false > } > return _1 > }, isc.A.$1730 = function isc_FormItem__shouldSelectOnClick() { > var _1 = this.selectOnClick; > if (_1 == null && this.form) _1 = this.form.selectOnClick; > return _1 93492c93521 < var _4 = this.selectOnFocus; --- > var _4 = this.$884(); 96897a96927,96929 > var _9 = this.selectOnClick; > if (_9 == null && this.form) _9 = this.form.selectOnClick; > if (this.$j6 && !_9) return;