Author: vmolotkov
Date: 2008-03-31 10:42:14 -0400 (Mon, 31 Mar 2008)
New Revision: 7471
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
the latest changes
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-03-31
14:39:35 UTC (rev 7470)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-31
14:42:14 UTC (rev 7471)
@@ -75,8 +75,13 @@
},
tmpValueBlurHandler : function($super, event) {
+ if (this.clickOnScroll) {
+ //click on scroll under IE
+ this.clickOnScroll = false;
+ this.tempValueKeeper.focus();
+ return;
+ }
$super(event);
-
if (!this.byTab) {
if (!this.comboList.isList || this.clickOnBar) {
if (this.comboList.activeItem) {
Show replies by date