Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 20952 invoked from network); 12 Jul 2009 07:59:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jul 2009 07:59:28 -0000 Received: (qmail 44440 invoked by uid 500); 12 Jul 2009 07:59:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44380 invoked by uid 500); 12 Jul 2009 07:59: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 44361 invoked by uid 99); 12 Jul 2009 07:59:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jul 2009 07:59:37 +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; Sun, 12 Jul 2009 07:59:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 17F50234C055 for ; Sun, 12 Jul 2009 00:59:15 -0700 (PDT) Message-ID: <1113018651.1247385555097.JavaMail.jira@brutus> Date: Sun, 12 Jul 2009 00:59:15 -0700 (PDT) From: "Ladislav Jahoda (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6270) [classlib][swing] JSlider problem with non-zero minimum values 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 [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 Affects Versions: 5.0M10 Reporter: Ladislav Jahoda Fix For: 5.0M11 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.