[
https://issues.apache.org/jira/browse/XAP-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494825
]
Matt Carbone commented on XAP-432:
----------------------------------
The common way to create a button with <input> works fine. This is less common,
but it's still a valid tag and shouldn't break.
> 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.