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 2006/12/12 15:07:21 UTC

[jira] Created: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

[classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
-----------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-2646
                 URL: http://issues.apache.org/jira/browse/HARMONY-2646
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Alexander Simbirtsev
         Attachments: BasicComboBoxRenderer-patch.txt

javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
while RI returns SwingConstants.LEADING.
Compatibility issue.

Use the following code to reproduce:
import javax.swing.SwingConstants;
import javax.swing.plaf.basic.BasicComboBoxRenderer;

import junit.framework.TestCase;

public class Test extends TestCase {
    public void testcase1() {
        BasicComboBoxRenderer m = new BasicComboBoxRenderer();
        assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
    }
}


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

        

[jira] Closed: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

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

Mark Hindess closed HARMONY-2646.
---------------------------------


Verified.  Thanks.

> [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2646
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2646
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Assigned To: Mark Hindess
>         Attachments: BasicComboBoxRenderer-patch.txt, H2646-BasicComboBoxRendererTest.patch
>
>
> javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
> while RI returns SwingConstants.LEADING.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.SwingConstants;
> import javax.swing.plaf.basic.BasicComboBoxRenderer;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testcase1() {
>         BasicComboBoxRenderer m = new BasicComboBoxRenderer();
>         assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
>     }
> }

-- 
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

        

[jira] Resolved: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

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

Mark Hindess resolved HARMONY-2646.
-----------------------------------

    Resolution: Fixed
      Assignee: Mark Hindess

Applied patches in r495987.  Please confirm they have been applied as expected.

> [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2646
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2646
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Assigned To: Mark Hindess
>         Attachments: BasicComboBoxRenderer-patch.txt, H2646-BasicComboBoxRendererTest.patch
>
>
> javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
> while RI returns SwingConstants.LEADING.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.SwingConstants;
> import javax.swing.plaf.basic.BasicComboBoxRenderer;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testcase1() {
>         BasicComboBoxRenderer m = new BasicComboBoxRenderer();
>         assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
>     }
> }

-- 
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

        

[jira] Updated: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

Posted by "Dmitry Irlyanov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2646?page=all ]

Dmitry Irlyanov updated HARMONY-2646:
-------------------------------------

    Attachment: H2646-BasicComboBoxRendererTest.patch

Regression test addition

> [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2646
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2646
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Attachments: BasicComboBoxRenderer-patch.txt, H2646-BasicComboBoxRendererTest.patch
>
>
> javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
> while RI returns SwingConstants.LEADING.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.SwingConstants;
> import javax.swing.plaf.basic.BasicComboBoxRenderer;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testcase1() {
>         BasicComboBoxRenderer m = new BasicComboBoxRenderer();
>         assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
>     }
> }

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

        

[jira] Commented: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

Posted by "Alexander Simbirtsev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464689 ] 

Alexander Simbirtsev commented on HARMONY-2646:
-----------------------------------------------

Works fine. Thanks Mark

> [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2646
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2646
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Assigned To: Mark Hindess
>         Attachments: BasicComboBoxRenderer-patch.txt, H2646-BasicComboBoxRendererTest.patch
>
>
> javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
> while RI returns SwingConstants.LEADING.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.SwingConstants;
> import javax.swing.plaf.basic.BasicComboBoxRenderer;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testcase1() {
>         BasicComboBoxRenderer m = new BasicComboBoxRenderer();
>         assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
>     }
> }

-- 
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

        

[jira] Updated: (HARMONY-2646) [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING

Posted by "Alexander Simbirtsev (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2646?page=all ]

Alexander Simbirtsev updated HARMONY-2646:
------------------------------------------

    Attachment: BasicComboBoxRenderer-patch.txt

Here's the proposed fix

> [classlib][swing] javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns LEFT while RI returns LEADING
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2646
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2646
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexander Simbirtsev
>         Attachments: BasicComboBoxRenderer-patch.txt
>
>
> javax.swing.plaf.basic.BasicComboBoxRenderer.getHorizontalAlignment() returns  SwingConstants.LEFT
> while RI returns SwingConstants.LEADING.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.SwingConstants;
> import javax.swing.plaf.basic.BasicComboBoxRenderer;
> import junit.framework.TestCase;
> public class Test extends TestCase {
>     public void testcase1() {
>         BasicComboBoxRenderer m = new BasicComboBoxRenderer();
>         assertEquals(SwingConstants.LEADING, m.getHorizontalAlignment());
>     }
> }

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