[OS-JIRA] Created: (WOL-482) Refactor -> Format generates duplicate/empty webobject tags, sometimes with bad results

From: Joe Little (JIRA) ("Joe)
Date: Wed Jun 13 2007 - 22:29:53 EDT

  • Next message: Joe Little (JIRA): "[OS-JIRA] Created: (WOL-483) Refactor -> Format generates munges inline javascript"

    Refactor -> Format generates duplicate/empty webobject tags, sometimes with bad results
    ---------------------------------------------------------------------------------------

                     Key: WOL-482
                     URL: http://issues.objectstyle.org/jira/browse/WOL-482
                 Project: WOProject/WOLips
              Issue Type: Bug
        Affects Versions: 2.0.0.* (unreleased please specify)
             Environment: osx 10.4.9/intel
                Reporter: Joe Little

    When previous xcode components HTML is cleaned up with the Refactor -> Format.., certain formated WebObject tags are duplicated with the first and subsequent attempts at running the Format command.

    Example:

    prior to conversion:

    <td align = "CENTER" background = "<WEBOBJECT NAME=BackgroundURL></WEBOBJECT>">

    post conversion (1st time):

    <td align = "CENTER" background = "<WEBOBJECT NAME=BackgroundURL></WEBOBJECT>">
    <webobject name = "BackgroundURL"></webobject>

    post conversion (2nd time):

    <td align = "CENTER" background = "<WEBOBJECT NAME=BackgroundURL></WEBOBJECT>">
    <webobject name = "BackgroundURL"></webobject>
    <webobject name = "BackgroundURL"></webobject>

    -- 
    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 Jun 13 2007 - 22:31:05 EDT