Author: vmolotkov
Date: 2007-11-29 10:05:23 -0500 (Thu, 29 Nov 2007)
New Revision: 4348
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js
Log:
cosmetic changes
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-29
14:06:11 UTC (rev 4347)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2007-11-29
15:05:23 UTC (rev 4348)
@@ -310,10 +310,6 @@
</u:selector>
<u:selector name=".rich-ordering-list-row-active">
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.gradientimages.OrderingListSelectGradient"
/>
- </u:style>
- <u:style name="background-color" skin="headerGradientColor"
/>
</u:selector>
<u:selector name=".rich-ordering-list-row-selected">
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2007-11-29
14:06:11 UTC (rev 4347)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js 2007-11-29
15:05:23 UTC (rev 4348)
@@ -170,7 +170,6 @@
Richfaces.SelectItems.doActive(this.activeItem);
this.saveSate();
break;
- //case 32 : this.invertSelection(event); break; //blank
}
},
@@ -307,6 +306,8 @@
//this.getSelectItemByNode(shuttleItem)._selected = false; //FIXME
}
this.selectedItems.length = 0;
+
+ //need to reset active item
},
getSelectItemByNode : function(selectItemNode) {
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js 2007-11-29
14:06:11 UTC (rev 4347)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/OrderingList.js 2007-11-29
15:05:23 UTC (rev 4348)
@@ -147,7 +147,6 @@
Richfaces.SelectItems.doActive(this.activeItem);
this.saveState();
break;
- case 32 : this.invertSelection(event); this.saveState(); break; //blank
}
}
Show replies by date