Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 775 by marcmoo...@gmail.com: Pane partially clipped http://code.google.com/p/moose-technology/issues/detail?id=775
Hello
I have some small problem in Glamour. When I execute following in a Workspace
| browser | browser := GLMTabulator new. browser row: #menuBar size: 25. "Bottom Part get hidden because of this" browser row: [ :r1 | r1 column: [ :c| c row: [:r | r column: #one; column: #two ] span: 2;
row: #three. ]].
browser transmit to: #one; andShow: [:a | a title: 'One'. a list ]. browser transmit to: #two; andShow: [:a | a title: 'Two'. a list ]. browser transmit to: #three; andShow: [:a | a title: 'Three'. a list "title: 'List'" ]. browser openOn: (1 to: 10)
the bottom part of the third pane is partially hidden. Do I something wrong? (A hacky workaround is to simplay add an additional row with size 25 -- which then is invisible) (See attached picture)
Tested in Pharo 1.1 - 1.3
Marc
Please fill in the labels with the following information: * Type-Defect * Component-Glamour
Attachments: hidden.png 18.5 KB