Author: abelevich
Date: 2008-04-09 09:06:51 -0400 (Wed, 09 Apr 2008)
New Revision: 7700
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
http://jira.jboss.com/jira/browse/RF-2966
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-09
13:03:47 UTC (rev 7699)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-09
13:06:51 UTC (rev 7700)
@@ -174,7 +174,8 @@
|| (this.clickOnBar || !this.comboList.isList)) {
//bug :
http://jira.jboss.com/jira/browse/RF-2810,
//will be corrected in a future version (
http://jira.jboss.com/jira/browse/RF-2814)
- this.saveValue(this.currentItemValue, this.tempValueKeeper.value);
+ var unescapeText = this.tempValueKeeper.value.unescapeHTML();
+ this.saveValue(this.currentItemValue, unescapeText);
}
this.comboList.hide();