ComponentEditor Format bug?

From: Kieran Kelleher (kieran_list..ac.com)
Date: Thu Jun 03 2010 - 22:05:21 UTC

  • Next message: Ricardo J. Parada: "Re: ComponentEditor Format bug?"

    Is this a bug? ..... if someone can confirm, I will submit a JIRA:

    Before formatting with Cmd-Shift-F, I had

    <td><wo:str value = "$recentCouponEntryListItem.message.dataRecord.fullNameFullyCapitalized" />
            <br><wo:str value = "$recentCouponEntryListItem.message.dataRecord.street1" />, <wo:str value = "$recentCouponEntryListItem.message.dataRecord.zip"/></td>

    .... after formatting, I got:

              <td>
                <wo:str value = "$recentCouponEntryListItem.message.dataRecord.fullNameFullyCapitalized" />
                <br />,
                <wo:str value = "$recentCouponEntryListItem.message.dataRecord.zip" />
              </td>

    Basically the part (<wo:str value = "$recentCouponEntryListItem.message.dataRecord.street1" />) got completely deleted.

    The solution is to change the <br> to <br /> before doing Cmd-Shift-F.

    Anyone else sene this behaviour?

    Regards, Kieran

    PS. Environment: WO 5.3.3, Eclipse 3.5.1 and wolips 3.5.6049



    This archive was generated by hypermail 2.0.0 : Thu Jun 03 2010 - 22:06:30 UTC