Project

General

Profile

Bugs limitations connues et évolutions » History » Version 11

Pablo Alingery, 20/04/2012 11:20

1 1 Herve Ballans
h1. Bugs limitations connues et évolutions
2 1 Herve Ballans
3 10 Pablo Alingery
>>>A partir de 0.9M5 : les SVA sont deprecated et remplacées par la notion de Ressources (mieux adapté pour REST)
4 2 Pablo Alingery
5 2 Pablo Alingery
6 2 Pablo Alingery
>>>Bug scrollbar invisible sous windows
7 2 Pablo Alingery
8 11 Pablo Alingery
Solution :
9 8 Pablo Alingery
source:workspace/client-user/js/components/livegrid/dependencies/Ext.ux.livegrid/Ext.ux.livegrid-all-debug.js@1#L1794 
10 2 Pablo Alingery
Intégrer cette ligne
11 2 Pablo Alingery
12 2 Pablo Alingery
this.liveScroller.dom.style.width = (this.getScrollOffset() + 2) + "px";
13 9 Pablo Alingery
à la ligne 1764 du fichier client-user/js/components/livegrid/dependencies/Ext.ux.Livegrid/Ext.ux.livegrid-all-debug.js
14 2 Pablo Alingery
 
15 2 Pablo Alingery
(donc, juste après
16 2 Pablo Alingery
17 2 Pablo Alingery
liveScrollerDom.style.height = Math.max(contHeight, this.horizontalScrollOffset * 2) + "px";
18 2 Pablo Alingery
)
19 2 Pablo Alingery