You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Maurice Amsellem (JIRA)" <ji...@apache.org> on 2013/12/14 21:23:07 UTC

[jira] [Commented] (FLEX-24623) Remove private declarations in PopUpAnchor

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

Maurice Amsellem commented on FLEX-24623:
-----------------------------------------

Lee, be careful about that.
When a method is mx_internal, it usually means it's called by another class.
so changing to protected will break that.
Can you check please.

> Remove private declarations in PopUpAnchor
> ------------------------------------------
>
>                 Key: FLEX-24623
>                 URL: https://issues.apache.org/jira/browse/FLEX-24623
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: Spark: PopUpAnchor
>    Affects Versions: Adobe Flex SDK 4.1 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Other (specify version)
> Language Found: English
>            Reporter: Adobe JIRA
>         Attachments: Fix_for_FLEX-24623.patch
>
>
> I'm trying to entend PopUpAnchor to add the ability to create modal popups with it (see https://bugs.adobe.com/jira/browse/SDK-27136).
> Due to the plethora of private methods and variables I am unable to do this, and have had to duplicate the entire class (which is still very common when trying to extend or change the functionality of Adobes components).



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)