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.

Reply via email to