Author: vmolotkov
Date: 2008-04-08 08:07:45 -0400 (Tue, 08 Apr 2008)
New Revision: 7660
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
tab navigation
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-08
11:35:52 UTC (rev 7659)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-08
12:07:45 UTC (rev 7660)
@@ -74,6 +74,13 @@
},
tmpValueBlurHandler : function($super, event) {
+ if (this.clickOnBar || this.byTab) {
+ //tab navigation&clickOnbar handler
+ this.clickOnBar = false;
+ this.byTab = false;
+ return;
+ }
+
if (!this.comboList.isList) {
//click somewhere out of the component area
if (this.comboList.activeItem) {
Show replies by date