You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V. Stolyarov (JIRA)" <ji...@apache.org> on 2008/02/01 08:21:08 UTC

[jira] Created: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

[classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-5449
                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Igor V. Stolyarov
         Attachments: H-5449.patch

Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko resolved HARMONY-5449.
--------------------------------------

    Resolution: Fixed

The patch has been applied. Please verify.

> [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexey Petrenko
>         Attachments: H-5449.patch
>
>
> Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko closed HARMONY-5449.
------------------------------------


> [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexey Petrenko
>         Attachments: H-5449.patch
>
>
> Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko reassigned HARMONY-5449:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexey Petrenko
>         Attachments: H-5449.patch
>
>
> Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor V. Stolyarov updated HARMONY-5449:
---------------------------------------

    Attachment: H-5449.patch

Fix attached.

> [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>         Attachments: H-5449.patch
>
>
> Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5449) [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565327#action_12565327 ] 

Igor V. Stolyarov commented on HARMONY-5449:
--------------------------------------------

Works for me.
Thank you Alexey.

> [classlib][applet] Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5449
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>            Assignee: Alexey Petrenko
>         Attachments: H-5449.patch
>
>
> Applet methods getAudioClip(URL url, String name) and getImage(URL url, String name) work incorrectly. This issue can reproduce on ImageMap demo applet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.