Project

General

Profile

Bugs limitations connues et évolutions » History » Version 9

Version 8 (Pablo Alingery, 20/04/2012 11:18) → Version 9/15 (Pablo Alingery, 20/04/2012 11:19)

h1. Bugs limitations connues et évolutions

A partir de 0.9M5 : les SVA sont deprecated et remplacées par la notion de Ressources (mieux adapté pour REST)

>>>Bug scrollbar invisible sous windows

source:workspace/client-user/js/components/livegrid/dependencies/Ext.ux.livegrid/Ext.ux.livegrid-all-debug.js@1#L1794
Intégrer cette ligne

this.liveScroller.dom.style.width = (this.getScrollOffset() + 2) + "px";
à la ligne 1764 1804 du fichier client-user/js/components/livegrid/dependencies/Ext.ux.Livegrid/Ext.ux.livegrid-all-debug.js

(donc, juste après

liveScrollerDom.style.height = Math.max(contHeight, this.horizontalScrollOffset * 2) + "px";
)