Page 1 of 1

Issue with question text display

Posted: Tue Mar 15, 2016 4:18 pm
by Igor Makarov
Hi there.
It seems that question markup on the window is broken.

Look at the question text on the screenshot and it's html representation

Code: Select all

<html><body>What requires <login-config> element during configuration?
</body></html>
Had it been jsp I would have recommend to use <c:out> for escaping characters '<' and '>' :D
question.png
question.png (95.01 KiB) Viewed 8606 times

Re: About Question enthuware.jwpv6.2.1184 :

Posted: Tue Mar 15, 2016 9:23 pm
by admin
I just checked it and it is displaying the login-config correctly. Could you please confirm the version of ETS Viewer you are using? It should be at least 3.68. (You can check the version using Help->About menu)
-Paul.

Re: About Question enthuware.jwpv6.2.1184 :

Posted: Wed Mar 16, 2016 12:06 am
by Igor Makarov
Right. I had 3.62. But 'Check for ETS Viewer to update' said that it was latest.
Anyway after I downloaded manually from site the problem has gone away.

And now the question text with escaping:

Code: Select all

<html><body>What requires <login-config> element during configuration?<br/>
<br/>
</body></html>

Re: About Question enthuware.jwpv6.2.1184 :

Posted: Wed Mar 16, 2016 11:47 am
by admin
I see that the actual String value is "<html><body>What requires <login-config> element during configuration?<br/><br/></body></html>" and it is displaying correctly. So I am not sure what is going on.
Could you please let me know the version of your OS and JDK so that we can investigate the issue?

Paul.

Re: About Question enthuware.jwpv6.2.1184 :

Posted: Thu Mar 17, 2016 1:41 am
by Igor Makarov
admin wrote:I see that the actual String value is "<html><body>What requires <login-config> element during configuration?<br/><br/></body></html>" and it is displaying correctly. So I am not sure what is going on.
Could you please let me know the version of your OS and JDK so that we can investigate the issue?

Paul.
I meant that the question text now appears normally as supposed to be.
Html is a source of the question text that now is escaped.

JVM Vendor : Oracle Corporation
JVM VM Vendor : Oracle Corporation
JVM Version: 1.8.0_40
OS: Mac OS X
newWindow.png
newWindow.png (96.01 KiB) Viewed 8593 times

Re: Issue with question text display

Posted: Thu Mar 17, 2016 4:51 am
by admin
Ok, great!!