Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glamour layout clipping bug #1039

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

Glamour layout clipping bug #1039

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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

Reported by ssadams.ibm on 2014-01-08 21:38:41

@seandenigris
Copy link
Contributor Author

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.

Reported by tudor@tudorgirba.com on 2014-01-09 06:39:08

  • Labels added: Component-Glamour

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2014-07-23 17:41:31

  • Status changed: Fixed
  • Labels added: Milestone-5.0

@seandenigris
Copy link
Contributor Author

Issue 1083 has been merged into this issue.

Reported by tudor@tudorgirba.com on 2014-07-23 17:42:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant