Status: New
Owner: ----
CC: usman.bh...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Glamour
New issue 905 by tu...(a)tudorgirba.com: The rendering of ListPresentation
should not raise error when setting the selection to a value outside of the
visible elements
http://code.google.com/p/moose-technology/issues/detail?id=905
testSettingSelectionOutsideOfVisibleElementsShouldNotRaiseError
| browser items |
browser := GLMTabulator withStatusbar.
browser column: #one; column: #two.
browser transmit to: #one; andShow: [ :a |
a tree showOnly: 30 ].
window := browser openOn: (1 to: 100).
self shouldnt: [((browser paneNamed: #one) port:#selection) value: 40]
raise: Error.