Skip to main content



      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 06:33 Go to next message
Eclipse UserFriend
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 06:45 Go to previous messageGo to next message
Eclipse UserFriend
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 06:48 Go to previous messageGo to next message
Eclipse UserFriend
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 06:58 Go to previous message
Eclipse UserFriend
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 Jul 08 18:13:38 EDT 2025

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

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

Back to the top