Author: vmolotkov
Date: 2008-02-21 12:22:53 -0500 (Thu, 21 Feb 2008)
New Revision: 6269
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
component's corrected
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-21
17:13:44 UTC (rev 6268)
+++
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-02-21
17:22:53 UTC (rev 6269)
@@ -77,6 +77,7 @@
if (this.comboList.activeItem) {
var userValue = this.comboList.activeItem.innerHTML;
this.tempValueKeeper.value = userValue;
+ this.comboList.selectedItem = this.comboList.activeItem;
}
$super();
},
Show replies by date