Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] [CompositeTable] InternalCompositeTable.currentRow() failure

Hi Peter

I filled several bugs and patches in the bugzilla and the behavior you
describe sounds very similar to the bugs I found an pathed. I made a
major refactoring to the whole current-row logic (current row arrive,
depart, etc. - bug 173558: 'IRowFocusListener arrive() and depart()
inconsistent'). I suggest you apply my patches related to this. It
should fix a whole lot of things related to these bugs I found in 0.92.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=173558 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=173859
https://bugs.eclipse.org/bugs/show_bug.cgi?id=174041

I'd appreciate a lot any feedback when applying my patches and your
current work!

Regards
André

On Mon, 2007-04-09 at 15:47 -0400, Peter Centgraf wrote:
> There appears to be a pretty basic bug in the current (as of today) download
> of CompositeTable.  InternalCompositeTable.currentRow() is attempting
> rows.get(-1) in a variety of circumstances.  The currentRow variable is
> getting set to -1 somehow, and this state is not being handled properly.
> This can be easily reproduced with any of snippets 2-6 in one click (on the
> down scroll arrow).  I'm using Eclipse 3.3 M6 on Windows XP SP2.
> 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=181651
> 
> I'm disturbed that such an obvious problem would be in a download marked as
> a "beta".  Is this an artifact of the new nightly build process?  Is there a
> way to get back to an older, more stable version of a Nebula component?
> 
> --
> Peter
> 
> 
> _______________________________________________
> nebula-dev mailing list
> nebula-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/nebula-dev
> 
> 
> !DSPAM:461a985893472138512278!
> 



Back to the top