Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Glamour
New issue 651 by esteba...@gmail.com: label presentations doesn't update contents http://code.google.com/p/moose-technology/issues/detail?id=651
In a browser with a label presentation, the label is not being updated when an announcement is triggered. i.e., this browser:
browser := GLMTabulator new row: #itemDetail; row: #summary size: 18; yourself.
browser transmit to: #summary; andShow: [ :presenter | presenter label updateOn: AnAnnouncement from: [self announcer ]; display: [ self summary ] ].