Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 97915 invoked from network); 13 Jul 2009 10:05:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 10:05:27 -0000 Received: (qmail 31876 invoked by uid 500); 13 Jul 2009 10:05:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 31835 invoked by uid 500); 13 Jul 2009 10:05:37 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 31825 invoked by uid 99); 13 Jul 2009 10:05:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 10:05:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 10:05:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CB493234C004 for ; Mon, 13 Jul 2009 03:05:14 -0700 (PDT) Message-ID: <308771406.1247479514818.JavaMail.jira@brutus> Date: Mon, 13 Jul 2009 03:05:14 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-6270) [classlib][swing] JSlider problem with non-zero minimum values In-Reply-To: <1113018651.1247385555097.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison resolved HARMONY-6270. ---------------------------------- Resolution: Fixed Thanks Ladislav, Patch applied to SWING module at repo revision r793524. Tested with the swingset2 app as you described. Please check it was applied as you expected. > [classlib][swing] JSlider problem with non-zero minimum values > -------------------------------------------------------------- > > Key: HARMONY-6270 > URL: https://issues.apache.org/jira/browse/HARMONY-6270 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M10 > Reporter: Ladislav Jahoda > Assignee: Tim Ellison > Fix For: 5.0M11 > > Attachments: BasicSliderUI.java.patch > > > JSlider problem can be seen in SwingSet demo from Sun JDK - jdk.1.5/demo/jfc/SwingSet2/SwingSet2.jar. Please run JSlider demo - use 11th toolbar icon from the left. Then try Plain, Major Ticks and Minor Ticks slider examples: > Plain - left or down - slider disappears after passing end > - right or up - slider stops before reaching end > Major Ticks - left or down - slider stops before reaching start > - right or up - slider disappears after passing end > Minor Ticks - OK - note that unlike broken cases above here the range starts from 0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.