You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexander Simbirtsev (JIRA)" <ji...@apache.org> on 2007/01/15 10:51:28 UTC

[jira] Commented: (HARMONY-2591) [classlib][swing] javax.swing.plaf.basic.BasicSliderUI.ActionScroller.isEnabled() returns false while RI returns true

    [ https://issues.apache.org/jira/browse/HARMONY-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464717 ] 

Alexander Simbirtsev commented on HARMONY-2591:
-----------------------------------------------

it's fine. thanx Mark

> [classlib][swing] javax.swing.plaf.basic.BasicSliderUI.ActionScroller.isEnabled() returns false while RI returns true
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2591
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2591
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Assigned To: Mark Hindess
>         Attachments: action_scroller-patch.txt, H2591-BasicSliderUITest.patch
>
>
> javax.swing.plaf.basic.BasicSliderUI.ActionScroller.isEnabled() returns false
> while RI returns true.
> Compatibility issue.
> Use the following code to reproduce: 
> import javax.swing.JSlider;
> import javax.swing.plaf.basic.BasicSliderUI;
> import junit.framework.TestCase;
> public class Test extends TestCase {       
>     public void testcase1() {
>         BasicSliderUI jp = new BasicSliderUI(new JSlider());
>         BasicSliderUI.ActionScroller m = jp.new ActionScroller(new JSlider(),
>                 3, true);
>         assertTrue(m.isEnabled());
>     }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira