fcatools / conexp-ng

ConExp-NG is a simple GUI-centric tool for the study & research of Formal Concept Analysis (FCA) that allows you to create formal contexts, draw concept lattices and explore dependencies between attributes.
https://github.com/fcatools/conexp-ng/wiki
GNU General Public License v3.0
29 stars 8 forks source link

Bug Contexteditor scrollbars #116

Open DavidBormann opened 11 years ago

DavidBormann commented 11 years ago

If you use the arrow-keys in a large context the scrollbar do not notice it

eugenkiss commented 11 years ago

Yes, that's indeed a problem. I'm pretty sure I just need to not only update the position of the selection but also of the (in our case invisible) "lead anchor". Nonetheless, this bug hunt could turn into several hours of work which I can't invest now. If somebody reminds me I will fix this bug in a couple of months.

blu2lz commented 11 years ago

After reducing context I get ArrayOutOfBounds exceptions in the table model. Not breaking functionality but not pretty at all. I guess there's something severely wrong in the table model. I will investigate when I fix this issue and #43.