Author: Alex.Kolonitsky
Date: 2009-05-26 09:54:51 -0400 (Tue, 26 May 2009)
New Revision: 14336
Modified:
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
inplaceSelect: tab navigation saves value for component with buttons and cancels in the
component without controls
https://jira.jboss.org/jira/browse/RF-4422
Modified:
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2009-05-26
13:51:29 UTC (rev 14335)
+++
branches/community/3.3.X/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2009-05-26
13:54:51 UTC (rev 14336)
@@ -160,9 +160,7 @@
break;
case Event.KEY_TAB :
//https://jira.jboss.org/jira/browse/RF-4422
- /*if (this.attributes.showControls) {
- this.save(event);
- }*/
+ this.save(event);
break;
}
},