major
minor
defect
major
minor
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
defect
HTML can be embedded in TLScript using {{{...}}}. Within this, script expressions can in turn be embedded using {`...}`, and the result of evaluating these expressions is output. However, a {` character can be quoted using `\{. In this case , the character {` is not actually output; instead, the quoted character `\{ is output.
Test
- Evaluate the expression {{{ <b>a \{bracket\}</b> }}}.
- Expected result: the text "a {parenthesis}" appears in bold.
- test.com.top_logic.model.search.expr.config.dom.TestExprFactory.testHtmlQuote()