[
https://issues.apache.org/jira/browse/XAP-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541929
]
Michael Mikhaylov commented on XAP-536:
---------------------------------------
While ' is a valid entity in XML, it is not in HTML.
Firefox still converts ' to (') but IE does not.
Valid HTML entities, like, for example, < will show up correctly in both IE
and FF.
As a workaround, consider using '
> Widgets: htmlView: IE6 renders special characters incorrectly
> -------------------------------------------------------------
>
> Key: XAP-536
> URL: https://issues.apache.org/jira/browse/XAP-536
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Other
> Reporter: Trevor Oldak
>
> Open the htmlView widget component test in firefox. The htmlView says at one
> point:
> Here's a link to our JIRA bug tracker.
> The apostrophe shows up as &apos;
> Replacing the apostrophe with &apos; still shows the same thing.
> This does not happen in firefox.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.