From 77037381edcf0e3c4c962e2d0e70eb7876bbfa9e Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.demon.co.uk" Date: Mon, 19 Mar 2007 20:00:12 +0000 Subject: [PATCH] Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase (Dv1, layout) p=Serge Gautherie ,r/sr=dbaron git-svn-id: svn://10.0.0.236/trunk@222041 18797224-902f-48f8-a5cc-f745e15eee43 --- .../layout/forms/resources/content/select.xml | 51 ++++++++++--------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/mozilla/layout/forms/resources/content/select.xml b/mozilla/layout/forms/resources/content/select.xml index 91f84ffebd5..30fb7adb881 100644 --- a/mozilla/layout/forms/resources/content/select.xml +++ b/mozilla/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(); ]]> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +