Dear all, One of my customer is using the ODF toolkit Simple API to build their application, they want to include our new release package to their solution. They find following bugs on the Simple APIs TextSelection.replaceWith() methods , some of the issues can be a release blocked. We am fixing these issues, So I propose that I paused the release process, until the critical issues be fixed.
The issues list: 1.When replacing some text "at the beginning of a document with a paragraph","positioned directly after a page break with a paragraph","at the beginning of a table's celltext with a paragraph" an empty paragraph will be added 2.When replacing the same text several times in a series, not all instances will be replaced. 3.When replacing some text with a file, all images are lost. 4.When replacing some text with a file,in the case where the paragraph containing the text-to-be-replaced has no other content, then the inserted document will have its sequence of paragraphs reversed. 5.When replacing some text with a file, some properties of paragraphs are lost. 6.When replacing some text with a file, style list in output file has several style sheets named irritatingly with identical names followed by differing numbers. For issues 1-5, they will be buges, we will fix it soon and commit them to trunk. For issues 6, it worked as design, we copy the styles from source file to target file, if the style name already exist in target file, the name be changed to follow by differin numbers. To avoid this propose add new api about replace with file, don't copy the styles from source file to target file. Do anyone found other critical issues on ODF toolkit? We can try to deal with them together. 2013/1/17 Oliver Rau <[email protected]> > Sounds like a plan. > > On Tue, Jan 15, 2013 at 6:57 AM, Dali Liu <[email protected]> wrote: > > Dear all, > > > > It seems that no new patches need be committed to trunk now. > > Base on current code base I am doing the finial test. If there is no new > > issues be found I promote to use it as our RC. > > Here is a simple steps in my mind for the release. > > 1.This week let's do the finial test. > > 2.Sent out RC build by the end of next week. > > 3.Verify the RC build and Start Vote. > > > > Is this fine? Do anyone have other suggestions or comments? >
