gtoolkit
gtoolkit copied to clipboard
Bloc class>>concatenate:and: attribute handling
#concatenate:and: doesn't handle attributes correctly when one of the strings is empty. E.g. inspecting:
('hello' asRopedText, ('' asRopedText fontSize: 60))
should result in text added to the end of the string being font size 60.
It is still an issue
BrEditor new
aptitude: BrGlamorousEditorAptitude;
text: ('hello' asRopedText, ('' asRopedText fontSize: 60))
Do we want to address this @syrel ?
I can’t reproduce this issue anymore.
We do not want to add attributes on empty text.