[
https://issues.apache.org/jira/browse/XAP-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498392
]
Michael Mikhaylov commented on XAP-115:
---------------------------------------
Works fine under FF.
Does not work under IE7 apparently because the parser parses entities into
their literal representation and that produces invalid (for IE7) innerHTML.
As a workaround we can add parse="text" attribute and create single #text node.
But that would kill all HTML markup in that cell.
> Widgets: Table/Cell: HTML special character codes don't show up in a table
> cell.
> --------------------------------------------------------------------------------
>
> Key: XAP-115
> URL: https://issues.apache.org/jira/browse/XAP-115
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Table/Tree/TreeTable
> Reporter: Trevor Oldak
>
> Adding a character such as & to a table cell doesn't cause anything to
> show up in the browser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.