Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-High Component-Glamour Milestone-4.7
New issue 776 by tudor.gi...(a)gmail.com: The Glamour Finder should scroll
properly
http://code.google.com/p/moose-technology/issues/detail?id=776
After the port to Pharo 1.4, the Finder does not scroll anymore. Use this
snippet to reproduce (and then click until you get 3 panes)
GLMFinder new
show: [:a | a list display: [:x | 1 to: x ]];
openOn: 100