Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1083 by
[hidden email]: Wrong offset when rendering a
GLMTabulator
http://code.google.com/p/moose-technology/issues/detail?id=1083The renderer of a GLMTabulator does not properly compute the offset of a
column/row if a column/row contains at the end multiple panes with a fixed
size:
|tab|
tab := GLMTabulator new.
tab
row: #first size: 100;
row: #second;
row: #third size: 100;
row: #forth size: 100.
tab transmit to: #first; andShow: [:a | a list display: [:x | 1 to: x ] ].
tab transmit to: #second; andShow: [:a | a list display: [:x | 1 to: x ] ].
tab transmit to: #third; andShow: [:a | a list display: [:x | 1 to: x ] ].
tab transmit to: #forth; andShow: [:a | a list display: [:x | 1 to: x ] ].
tab openOn: 10
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev