Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1039 by ssadams....@gmail.com: 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
Updates: Labels: Component-Glamour
Comment #1 on issue 1039 by tu...@tudorgirba.com: 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.
Updates: Status: Fixed Owner: chisvasi...@gmail.com Labels: Milestone-5.0
Comment #2 on issue 1039 by tu...@tudorgirba.com: Glamour layout clipping bug http://code.google.com/p/moose-technology/issues/detail?id=1039
(No comment was entered for this change.)
Comment #3 on issue 1039 by tu...@tudorgirba.com: Glamour layout clipping bug http://code.google.com/p/moose-technology/issues/detail?id=1039
Issue 1083 has been merged into this issue.