Issue 1083 in moose-technology: Wrong offset when rendering a GLMTabulator

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 1083 in moose-technology: Wrong offset when rendering a GLMTabulator

moose-technology
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=1083

The 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1083 in moose-technology: Wrong offset when rendering a GLMTabulator

moose-technology
Updates:
        Status: Duplicate
        Labels: Component-Glamour
        Mergedinto: 1039

Comment #1 on issue 1083 by [hidden email]: Wrong offset when  
rendering a GLMTabulator
http://code.google.com/p/moose-technology/issues/detail?id=1083

It works!

--
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