Project

General

Profile

Bugs limitations connues et évolutions » History » Version 3

Pablo Alingery, 20/04/2012 11:11

1 1 Herve Ballans
h1. Bugs limitations connues et évolutions
2 1 Herve Ballans
3 1 Herve Ballans
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 2 Pablo Alingery
9 3 Pablo Alingery
source:workspace/client-user/js/components/livegrid/dependencies/Ext.ux.livegridworkspace/Ext.ux.livegrid-all-debug.js@2#L1804
10 2 Pablo Alingery
11 2 Pablo Alingery
Intégrer cette ligne
12 2 Pablo Alingery
13 2 Pablo Alingery
this.liveScroller.dom.style.width = (this.getScrollOffset() + 2) + "px";
14 2 Pablo Alingery
à la ligne 1804 du fichier client-user/js/components/livegrid/dependencies/Ext.ux.Livegrid/Ext.ux.livegrid-all-debug.js
15 2 Pablo Alingery
 
16 2 Pablo Alingery
(donc, juste après
17 2 Pablo Alingery
18 2 Pablo Alingery
liveScrollerDom.style.height = Math.max(contHeight, this.horizontalScrollOffset * 2) + "px";
19 2 Pablo Alingery
)
20 2 Pablo Alingery