To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53253 Issue #:|53253 Summary:|Cells with multiple formatings: space disappears when |loading document Component:|Spreadsheet Version:|OOo 2.0 Beta Platform:|All URL:| OS/Version:|All Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|open-import Assigned to:|spreadsheet Reported by:|orfjackal
------- Additional comments from [EMAIL PROTECTED] Fri Aug 12 07:10:15 -0700 2005 ------- PROBLEM: When the spreadsheet document is first saved, the cell looks like this (notice the space before "bar"): <table:table-cell office:value-type="string"><text:p>Foo<text:span text:style-name="T1"> bar</text:span></text:p></table:table-cell> Now if you open the document, that space disappears! Saving the document without modifying it produces this code: <table:table-cell office:value-type="string"><text:p>Foo<text:span text:style-name="T1">bar</text:span></text:p></table:table-cell> REPRODUCING: I have reproduced this bug in both OpenOffice 1.1.4 and 1.9.122 (Windows 2000). Here are instructions on how to do it: 1. Create a new document and write to cell A1 "Foo bar" and press Enter. 2. Select the cell and underline it (bold and italics have the same problem). 3. Edit the cell, select " bar" and remove the underlining from it. 4. Now the cell will read "Foo bar" with "Foo" underlined. 5. Save and close the document. 6. Open the document. 7. Now the cell will read "Foobar" with "Foo" underlined. - The space disappeared! --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
