diff --git a/layout/forms/resources/content/select.xml b/layout/forms/resources/content/select.xml index 91f84ffebd54..30fb7adb881c 100644 --- a/layout/forms/resources/content/select.xml +++ b/layout/forms/resources/content/select.xml @@ -125,15 +125,15 @@ in click rather than mousedown so that you can drag a selected group of items */ - // if the last row has changed in between the time we + // if the last row has changed in between the time we // mousedown and the time we click, don't fire the select handler. // see bug #92366 if (this._lastSelectedRow == row.value) { - selection.select(row.value); + selection.select(row.value); select.setOptionsSelectedByIndex(row.value, row.value, true, true, false, false); if ("onchange" in this) - this.onchange(); + this.onchange(); } } ]]> @@ -180,7 +180,7 @@ onget="return this.getNextOptionIndex(-1);"/> - + -1 @@ -260,7 +260,7 @@ - + - + - + - + = this.view.rowCount) return; } catch (e) {} - + var selection = this.view.selection; var select = this.selectElement; var selIndex = this.adjustIndexForNesting(c); @@ -373,7 +374,7 @@ this.onchange(); ]]> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +