Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Glamour
New issue 1011 by usman.bh...@gmail.com: Rubric presentation does not display text attribtues http://code.google.com/p/moose-technology/issues/detail?id=1011
We could format Text by adding various attributes and show the text in a glamour text presentation. However, with rubric text presentation, text attribute are not shown. Is this a feature or bug?
The script below can be used to reproduce the bug.
| browser text| text := (Text fromString: 'A new text') addAttribute: (TextColor color: Color orange ).
browser := GLMTabulator new. browser row: #text. browser transmit to: #text; andShow: [ :a | a rubricText title: 'Text with selection'; "Text is orange" display: text; format: #yourself ]. browser openOn:1