Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Data Layer and Row with Different Height
Data Layer and Row with Different Height [message #1244465] Wed, 12 February 2014 11:33 Go to next message
Noga Rotman is currently offline Noga RotmanFriend
Messages: 26
Registered: June 2013
Junior Member
Hi,

Since we're upgraded to the 1.0.1 version we're experiencing a weird phenomenon:
When we use a NatTable that has rows with different sizes, specifically, when we have rows of smaller height than the default size (bigger seems to be fine), the last few rows of the NatTable are disabled.

Have any of you experience this?


Also, while trying to investigate I saw the following as a part of the DataLayer:

public int getHeight() {
return rowHeightConfig.getAggregateSize(getRowCount());
}

public int getPreferredHeight() {
return getHeight();
}

Is this ok? Looks to me like a there's a bug waiting to happen...

Thanks,
Noga
Re: Data Layer and Row with Different Height [message #1244474 is a reply to message #1244465] Wed, 12 February 2014 11:45 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Not sure, but maybe it is related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=425065

It depends of course on how you set the size of the different row heights.
Re: Data Layer and Row with Different Height [message #1244477 is a reply to message #1244474] Wed, 12 February 2014 11:48 Go to previous messageGo to next message
Noga Rotman is currently offline Noga RotmanFriend
Messages: 26
Registered: June 2013
Junior Member
Man Dirk, you're fast! Smile

Yep it's seems like that's related - the total size must not be calculated correctly. This fix will be available in the 1.1.0 release, right? Do we have a time estimate for that?


Thanks,
Noga
Re: Data Layer and Row with Different Height [message #1244482 is a reply to message #1244477] Wed, 12 February 2014 11:58 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Yes it will be part of the 1.1. release.

No there is currently no estimate for it. I want the release to be very stable. There is one contribution waiting for the CQ approval, and a few tickets to solve first. Also the theme configuration feature needs to be tested and finished well.

But it shouldn't be too far away. Every testing and help in other places is welcome! Smile
Previous Topic:Release repository is down?
Next Topic:Scrolling - possible bug?
Goto Forum:
  


Current Time: Tue Apr 23 16:15:36 GMT 2024

Powered by FUDForum. Page generated in 0.03286 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top