Author: vmolotkov
Date: 2008-05-03 10:55:44 -0400 (Sat, 03 May 2008)
New Revision: 8439
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js
Log:
http://jira.jboss.com/jira/browse/RF-3077
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js 2008-05-03
14:30:00 UTC (rev 8438)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselectlist.js 2008-05-03
14:55:44 UTC (rev 8439)
@@ -1,7 +1,7 @@
if(!window.Richfaces) window.Richfaces = {};
Richfaces.InplaceSelectList = Class.create(Richfaces.ComboBoxList, {
initialize : function($super, listId, parentListId, selectFirstOnUpdate, classes, width,
height, itemsText, onlistcall, fieldId, shadowId, showDelay, hideDelay, value) {
- $super(listId, parentListId, selectFirstOnUpdate, classes, width, height, itemsText,
onlistcall, fieldId, shadowId, showDelay, hideDelay);
+ $super(listId, parentListId, selectFirstOnUpdate, null, classes, width, height,
itemsText, onlistcall, fieldId, shadowId, showDelay, hideDelay);
this.wrappingItems(value);
this.isListOpened = false;
},