Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 58818 invoked from network); 2 Nov 2007 06:58:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 06:58:11 -0000 Received: (qmail 23754 invoked by uid 500); 2 Nov 2007 06:57:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 23721 invoked by uid 500); 2 Nov 2007 06:57:59 -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 23712 invoked by uid 99); 2 Nov 2007 06:57:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 23:57:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 06:58:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A2677141FE for ; Thu, 1 Nov 2007 23:57:50 -0700 (PDT) Message-ID: <29104613.1193986670612.JavaMail.jira@brutus> Date: Thu, 1 Nov 2007 23:57:50 -0700 (PDT) From: "Igor V. Stolyarov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5052) [classlib][awt][EIOffice]draw on component's graphics out of bounds In-Reply-To: <16201992.1193817290644.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539525 ] Igor V. Stolyarov commented on HARMONY-5052: -------------------------------------------- For investigation of that problem will be good present source code of the reproducer. It allows speed up solution of the issue. Thanks, Igor > [classlib][awt][EIOffice]draw on component's graphics out of bounds > ------------------------------------------------------------------- > > Key: HARMONY-5052 > URL: https://issues.apache.org/jira/browse/HARMONY-5052 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Windows XP sp2 > Reporter: evermore > Attachments: graphic.jar > > > add three panels to a frame use borderlayout > every click on panel will draw a rectangle > when click near the panel bounds,the rectangle can be draw on the next panel > seems like the graphics returned by component has no clip region -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.