You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2017/03/18 22:24:41 UTC

[jira] [Commented] (FLEX-34844) Simple Button border does not appear in SWF

    [ https://issues.apache.org/jira/browse/FLEX-34844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931416#comment-15931416 ] 

Piotr Zarzycki commented on FLEX-34844:
---------------------------------------

[~pent@adobe.com],

I think in our nightly 0.8 both sight look exactly same. Maybe we can resolve this jira ? If I correct understand that was the problem.

Thanks,
Piotr

> Simple Button border does not appear in SWF
> -------------------------------------------
>
>                 Key: FLEX-34844
>                 URL: https://issues.apache.org/jira/browse/FLEX-34844
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.5.0
>         Environment: Flash SWF - no grey border, but click events occur
> HTML - works
>            Reporter: Michael Schmalle
>            Assignee: Peter Ent
>
> The Button for SWF does not show it's border, the click events still occur.
> HTML shows border and fires click event.
> {code}
> <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
>              xmlns:js="library://ns.apache.org/flexjs/basic">
>     <fx:Script><![CDATA[
>         private function onClick():void
>         {
>             trace("Clicked " + myButton.name);
>         }
>         ]]></fx:Script>
>     
>     <js:beads>
>         <js:VerticalLayout/>
>     </js:beads>
>     <js:Button id="myButton" click="onClick()" width="100" height="40"/>
> </js:ViewBase>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)