Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26600 invoked from network); 8 Nov 2007 09:26:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 09:26:13 -0000 Received: (qmail 72663 invoked by uid 500); 8 Nov 2007 09:26:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 72642 invoked by uid 500); 8 Nov 2007 09:26:01 -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 72633 invoked by uid 99); 8 Nov 2007 09:26:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 01:26:01 -0800 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; Thu, 08 Nov 2007 09:26:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97F7971422E for ; Thu, 8 Nov 2007 01:25:50 -0800 (PST) Message-ID: <6161690.1194513950607.JavaMail.jira@brutus> Date: Thu, 8 Nov 2007 01:25:50 -0800 (PST) From: "Alexey Petrenko (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_12541007 ] Alexey Petrenko commented on HARMONY-5052: ------------------------------------------ Igor, your patch looks incomplete. I think we should handle setClip(null) method in the same way. Could you please update the patch. Thanks in advance > [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 > Assignee: Alexey Petrenko > Attachments: graphic.jar, H-5052.patch > > > 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.