-
27 Feb 2012 1:27 AM #11
Hi Sven,
I still reproduce the bug with the patch.
I applied it on the jar "gxt-2.2.4-gwt22.jar"
should I try it on the version 2.2.5 ?
-
27 Feb 2012 2:05 AM #12
The patch is against the latest SVN version. Please try it against that one.
-
1 Nov 2012 6:45 PM #13
Hi.
I have same issues on gxt-2.2.6.
Should I change both of two lines?
Code:// if row is NOT rendered and is visible, render it if (!isRowRendered(i,fixed)) { List<ModelData> list = new ArrayList<ModelData>(); list.add(store.getAt(i)); if(fixed) ★widgetListFixed.add(i, new ArrayList<Widget>()); else ★widgetListMain.add(i, new ArrayList<Widget>()); String html = doRender(cs, list, i, cc, stripe, true, fixed); getRow(i, fixed).setInnerHTML(html); renderWidgets(i, i); }
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote