collab-uniba / econference-planning-poker-plugin

Automatically exported from code.google.com/p/econference-planning-poker-plugin
0 stars 0 forks source link

Problem when changing content of Backlog View #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fill backlogview with some user stories
2. Load a new list of user stories from file or from CDE

What is the expected output? What do you see instead?
The backlog view has to be filled with the new user stories.
I see a blank backlog view. Only if I resize the view, the stories appears.

Developer note:
It seems a bug in RCP (maybe caused by AspectJ). If we use Label Provider
when we set input to TableViewer a number of exception are generated.

I try to follow this thread
(http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.platform.jface/msg00057.h
tml).
So I replaced the Label Provider with the ColumnLabelProvider. Now I got no
exception but there is the problem described here. 

Original issue reported on code.google.com by micamalex@gmail.com on 25 Nov 2009 at 11:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I verified that this issues still comes up only when you manually enter a new 
story (right-click, select New user story).
The story does not shows up till the view is resized.
Remote participants seems to display new user story correctly, but we still 
need to verify this.

Original comment by calefato.uniba@gmail.com on 17 Sep 2010 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by calefato.uniba@gmail.com on 17 Sep 2010 at 2:35

GoogleCodeExporter commented 9 years ago

Original comment by calefato.uniba@gmail.com on 28 Sep 2010 at 9:33

GoogleCodeExporter commented 9 years ago
The width of each column is set with an AutoResizeTableLayout so the initial 
width of each column is 0px. Then when the user resizes the table, the 
AutoResizeTableLayout apply the correct size.

Original comment by papa...@gmail.com on 6 Oct 2010 at 6:01