Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 911109EAB for ; Thu, 29 Mar 2012 02:17:44 +0000 (UTC) Received: (qmail 35743 invoked by uid 500); 29 Mar 2012 02:17:44 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 35718 invoked by uid 500); 29 Mar 2012 02:17:44 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 35708 invoked by uid 99); 29 Mar 2012 02:17:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 02:17:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 02:17:42 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 42C2B4C2E; Thu, 29 Mar 2012 02:17:20 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: DO NOT REPLY [Bug 102499] Cell formatted as percent: inconsistent input handling Date: Thu, 29 Mar 2012 02:17:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Spreadsheet X-Bugzilla-Component: editing X-Bugzilla-Keywords: oooqa X-Bugzilla-Severity: trivial X-Bugzilla-Who: ahiroshige@ashisuto.co.jp X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: spreadsheet@openoffice.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/ooo/show_bug.cgi?id=102499 Sushi changed: What |Removed |Added ---------------------------------------------------------------------------- CC|ahiroshige@ashisuto.co.jp | --- Comment #5 from Sushi 2012-03-29 02:17:17 UTC --- Tested on Windows 7, XP and 3.2.1, 3.3.0 Steps to reproduce: 1 Start new Calc file 2 Go to Format -> Cell -> Numbers tab -> Select "-13%" for this time ("0%" for the formatting code) 3' Place cursor on the cell and enter "1" -> Cell returns "1%" 3'' Place cursor on the cell and double click, or press F2 key to go Edit Mode, then enter "1" -> Cell returns "100%" 3''' Place cursor on the cell and enter "1" into Formula Bar -> Cell returns "100%" 3'''' Place cursor on the cell and enter "1" just like 3' but this time, by Double Bite letters using IME(Japanese for my case) -> Cell returns "100%" Expected: Cell should return "1%" in all the above cases. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.