Author: vmolotkov
Date: 2008-02-22 15:24:07 -0500 (Fri, 22 Feb 2008)
New Revision: 6314
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
cosmetic changes
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-02-22
20:10:42 UTC (rev 6313)
+++
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-02-22
20:24:07 UTC (rev 6314)
@@ -18,6 +18,7 @@
},
tempKeeperClickHandler : function() {
+ this.comboList.isList = false;
this.comboList.showWithDelay();
},
@@ -25,8 +26,8 @@
$super(event);
/*if (this.comboList.isList) {
this.tempValueKeeper.focus();
- }
- this.comboList.hideWithDelay();*/
+ } */
+ this.comboList.hideWithDelay();
},
listClickHandler : function(event) {
@@ -83,9 +84,9 @@
this.tempValueKeeper.value = userValue;
this.comboList.selectedItem = this.comboList.activeItem;
}
- /*if (!this.comboList.isList || this.clickOnBar) {
+ if (!this.comboList.isList || this.clickOnBar) {
$super();
- }*/
+ }
},
deleteViewArtifacts : function () {
Show replies by date