[
https://issues.apache.org/jira/browse/XAP-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494833
]
Rob Gagne commented on XAP-432:
-------------------------------
The child elements of htmlView are still in the XAL namespace, so the button
element is processed as XAL. To resolve, the children of htmlView should be
assigned a different namespace, or be wrapped with CDATA. If namespaced, using
the XHTML namespace is the most appropriate.
> htmlView: xap button conflicts with html button - causes error
> --------------------------------------------------------------
>
> Key: XAP-432
> URL: https://issues.apache.org/jira/browse/XAP-432
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Other
> Reporter: Matt Carbone
> Priority: Critical
>
> exception is thrown if the html button tag is used in htmlView
> <xal xmlns="http://openxal.org/ui/html">
> <freePane width="1024px" height="768px">
> <htmlView borderWidth="2px" borderStyle="solid" borderColor="red"
> width="500px" height="500px">
> <button>Click Me!</button>
> </htmlView>
> </freePane>
> </xal>
> ERROR exception] Exception occured exception: Exception:Problem inserting
> component managed by [a xap.bridges.xap.ButtonBridge] into a container
> managed by [a xap.bridges.basic.HtmlViewBridge]; parent doesn't have a
> suitable container.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.