From adffaces-issues-return-2558-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Thu May 10 22:50:38 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 10037 invoked from network); 10 May 2007 22:50:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2007 22:50:37 -0000 Received: (qmail 13051 invoked by uid 500); 10 May 2007 22:50:43 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 13024 invoked by uid 500); 10 May 2007 22:50:42 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 13006 invoked by uid 99); 10 May 2007 22:50:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 15:50:42 -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; Thu, 10 May 2007 15:50:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FF0571403F for ; Thu, 10 May 2007 15:50:15 -0700 (PDT) Message-ID: <25771837.1178837415521.JavaMail.jira@brutus> Date: Thu, 10 May 2007 15:50:15 -0700 (PDT) From: "Jeanne Waldman (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-489) DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element In-Reply-To: <11298405.1178836515556.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/ADFFACES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman updated ADFFACES-489: ------------------------------------ Attachment: ADFFaces-489-IndentingRW.diff adding a patch with the one-line fix. Added "input" to this: return ("img".equals(name) || "a".equals(name) || "br".equals(name) || "span".equals(name) || "div".equals(name) || "area".equals(name) || "u".equals(name) || "i".equals(name) || "input".equals(name) || "b".equals(name) || "em".equals(name) || "strong".equals(name) || "map".equals(name) || "label".equals(name) || "font".equals(name) || "table".equals(name) || "tbody".equals(name) || "tr".equals(name) || "nobr".equals(name) || "wbr".equals(name) || "script".equals(name)); > DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element > -------------------------------------------------------------------------------- > > Key: ADFFACES-489 > URL: https://issues.apache.org/jira/browse/ADFFACES-489 > Project: MyFaces ADF-Faces > Issue Type: Bug > Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT > Environment: Must have DEBUG-OUTPUT set to true. > Reporter: Mark Yvanovich > Fix For: 1.0.1-incubating-plugins-SNAPSHOT > > Attachments: ADFFaces-489-IndentingRW.diff > > > I have a component, selectOneRadio, that renders the following HTML for each radio button: > > The HTML pretty printer is inserting space after the input element, causing extra space to be rendered between the input and the label. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.