[OS-JIRA] Created: (WOL-577) Bug in component reformatting - space being added in wrong place.

From: Miguel Arroz (JIRA) ("Miguel)
Date: Wed Oct 03 2007 - 17:45:08 EDT

  • Next message: Kieran Kelleher: "Re: Eclipse 3.3.1 .... and stuff"

    Bug in component reformatting - space being added in wrong place.
    -----------------------------------------------------------------

                     Key: WOL-577
                     URL: http://issues.objectstyle.org/jira/browse/WOL-577
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: 2.0.0.4118
             Environment: PowerPC, Eclipse 3.2
                Reporter: Miguel Arroz
                Priority: Minor

    This is part of the "original" HTML of a component:

    <td colspan="2" class="acenter" style="background: #ffb;">
                                                    <p class="mvert0"><webobject name="CompletionRateString"></webobject></p>
                                                    <p class="mvert05" style="font-size: 2.5em;"><webobject name="CompletionRatioString"></webobject>%</p>
                                            </td>

    After reformatting, I get this:

    <td colspan = "2" class = "acenter" style = "background: #ffb;">
                <p class = "mvert0">
                  <webobject name = "CompletionRateString"></webobject>
                </p>
                <p class = "mvert05" style = "font-size: 2.5em;">
                  <webobject name = "CompletionRatioString"></webobject>
                  % </p>
              </td>

    Note the space between % and </p>. I send the HTML samples in attach to make it clear.

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Wed Oct 03 2007 - 17:46:54 EDT