Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data lab columns size and position reset after each refresh on MacOSX #316

Closed
mbastian opened this issue Oct 22, 2011 · 5 comments
Closed

Comments

@mbastian
Copy link
Member

Data lab columns' size and position are reset each time the lab is refreshed. This is very annoying when switching from view or workspace or update values in the data lab.

Here is an example when switching view

  1. Goto data lab
  2. Change one column size and/or position
  3. Goto Overview
  4. Goto data lab
  5. Column which size/position have been modified is reset

Here is another example when modifying a boolean value

  1. Generate a dynamic graph
  2. Goto data lab
  3. Add a new column of type Boolean
  4. Change this new column's size and/or position (extend it and/or move it before score column for instance)
  5. Change one value of this column (from false to true): the column size and position are reset

This "bug" is reproducible on gephi 07 beta and gephi 08 alpha on Mac OS X


Imported from Launchpad using lp2gh.

@mbastian
Copy link
Member Author

(by sebastien.heymann)
This bug is not related to the Mac OS X platform but is general.

@mbastian
Copy link
Member Author

(by eduramiba)
Hi,
Yes this bug is general and well known, and if I remember right, it only happens to nodes table.

I tried to make netbeans Outline reload the tree data without setting a new table model but I found no way to do it correctly.

Edges table uses JXTable and this was fixed by not reloading the table model and using fireTableStructureChanged() when columns change.

I will try again to find a solution for nodes table.

Eduardo

@ghost ghost assigned eduramiba Mar 18, 2012
@mbastian
Copy link
Member Author

Hey Eduardo, is this issue fixed already?

@eduramiba
Copy link
Member

Hey,
I tried some things for updating the model without setting a new one but only got various exceptions.
Outline table is not ready for that and still has many bugs that I have needed to hack like this ae34e5c or the visual ones that can't be solved

@eduramiba
Copy link
Member

This is fixed in 0.9 as we no longer use Outline table and only JXTable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants