OK, here's another test case that's failing in the lztext-textheight suite

            <inputtext  fontsize="20" fgcolor="red" id="it5"
multiline="true">E<br/>F</inputtext>

The test expects that to come out as two lines, however it actually gets
xml-quoted by the compiler
and, given that the input text view treats text as plaintext,  the field
displays the literal string "E<br/>F" as  a single line.



In LPS 3.4, you get a compiler warning

element "br" not allowed in this context. Check whether it is spelled
correctly, and whether a class with this name exists.

However in trunk the compiler just passes the XML through to the input text
constructor.

What is the correct desired behavior here??

-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to