Issue 1039 in moose-technology: Glamour layout clipping bug

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

Issue 1039 in moose-technology: Glamour layout clipping bug

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1039 by [hidden email]: Glamour layout clipping bug
http://code.google.com/p/moose-technology/issues/detail?id=1039

When sizing a presentation row, I noticed the bottom pane extends below the  
top window bounds and is clipped.


browser := GLMTabulator new.
browser row:#textField size:30;
                row: #listField.
browser transmit to:#textField; andShow:[:a| a text
                display:[:x| 'Hello Doru!']].
browser transmit to:#listField; andShow:[:a| a list
                display:[:x| 1to:200]].
browser openOn: 123

Additional information: platform, context which may impact the problem
Pharo 2.0
ConfigurationOfGlamour-TudorGirba.123

* Type-Defect
* Component-Glamour

--
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 1039 in moose-technology: Glamour layout clipping bug

moose-technology
Updates:
        Labels: Component-Glamour

Comment #1 on issue 1039 by [hidden email]: Glamour layout clipping  
bug
http://code.google.com/p/moose-technology/issues/detail?id=1039

Thanks for the report. The problem comes from the calculation of fixed size  
columns combined with resizable ones. It's been too long now, so we have to  
find a solution.

--
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 1039 in moose-technology: Glamour layout clipping bug

moose-technology
Updates:
        Status: Fixed
        Owner: [hidden email]
        Labels: Milestone-5.0

Comment #2 on issue 1039 by [hidden email]: Glamour layout clipping  
bug
http://code.google.com/p/moose-technology/issues/detail?id=1039

(No comment was entered for this change.)

--
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 1039 in moose-technology: Glamour layout clipping bug

moose-technology

Comment #3 on issue 1039 by [hidden email]: Glamour layout clipping  
bug
http://code.google.com/p/moose-technology/issues/detail?id=1039

Issue 1083 has been merged into this issue.

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