I understand,
but this must be a bug:

If I call to a table this:
   myTable.setKeepFirstVisibleRowComplete(false)
before it is added to a container, I receive this exception:

Modification of property "keepFirstVisibleRowComplete" failed with
exception: TypeError - this.getParent() has no properties

If I add it to a container, then I receive this other exception:

Modification of property "keepFirstVisibleRowComplete" failed with
exception: TypeError - vCurrentChild has no properties

It seems unavoidable to receive an exception.  Apart from the exception, it
seems to work ok.
Soon I will publish a working sample that shows this exception.


Til Schneider wrote:
> 
>> When I scroll vertically the table towards the end, I see a gap.
>> This gap can be removed by using:
>> 
>>   myTable.setKeepFirstVisibleRowComplete(false)
>> 
>> This must be a bug.
> 
> This is no bug. The gap is nessesary. When keepFirstVisibleRowComplete 
> is true then the first visible row is always completely visible (Who 
> would have thought). This means that depending on the table's height, 
> the last visible row may only be partly visible. If this is the case, 
> the table shows at the end of the data a little gap, so the user is able 
> to see the very last row completely, which wouldn't be possible otherwise.
> 
> 
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-calculate-a-vertical-scrollbar-width-tf2596765.html#a7254707
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to