Status: New Owner: ---- Labels: Type-Defect Priority-High Component-Glamour Milestone-4.8
New issue 921 by tu...@tudorgirba.com: TextPresentation should override default shortcuts http://code.google.com/p/moose-technology/issues/detail?id=921
For example:
composite := GLMCompositePresentation new. composite wrapper show: [ :a | a text act: #inspect on: $d entitled: 'Inspect'; act: #inspect on: $a entitled: 'Inspect'; act: #inspect on: $s entitled: 'Inspect' ]. composite openOn: '123'
It works in Pharo 1.4, but not in Pharo 2.0. The reason is due to the hack that worked only in Pharo 1.4. Perhaps we need to properly use Keymapping