To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103137
                 Issue #|103137
                 Summary|fixup for text:display="none" generated by OOo2 is not
                        | reliable
               Component|Word processor
                 Version|OOo 3.0.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|open-import
             Assigned to|writerneedsconfirm
             Reported by|clutz





------- Additional comments from [email protected] Fri Jun 26 11:54:52 +0000 
2009 -------
OOo 2 handles the attribute text:diplay="none" in a way that is not odf-conform.
OOo 3 now interprets and handles this attribut correct as described in the odf
specification. To provide compatibility with textdocuments produced by OOo 2,
OOo 3 has a kind of fix up that translates the semantic of a text:display
attribute generated by OOo 2 into the correct syntax. This issue proves, that
the fixup does not work reliable.

I will attach two documents generated with OOo 2 that show different results in
OOo 3 EACH time the documents are opened. The following snipped from the example
odfImportBug1.odt drafts, which elements of the document are concerned:

   <text:p text:style-name="Standard">X<text:span text:style-name="T1">
           X text1 X</text:span>X</text:p>
   <text:p text:style-name="Standard">X<text:span text:style-name="T1">
           X text2 X</text:span>X</text:p>
   <text:p text:style-name="Standard">X<text:span text:style-name="T1">
           X text3 X</text:span>X</text:p>

where T1 ist defined as:

  <style:style style:name="T1" style:family="text">
     <style:text-properties text:display="none"/>
  </style:style>

According to the semantics of OOo 2 this means, that the Text "X textN X" is
visible.

Now opening odfImportBug1.odt in OOo 3 sometimes shows "XX text1 XX", "XX text2
XX" and "XX text3 XX" and sometimes randomly hides different "X textN X" parts.

On linux with OOo 3.0.1 I could reproduce this behaviour reliable with
odfImportBug1.odt

On windows with OOo 3.1 I was only able to reproduce the behaviour with
odfImportBug1.odt only once. For your tests with OOo 3.1 you could also use the
second example odfImportBug2.odt which also shows that parts of the text are
visible by accident.

Our letterhead system intensively uses uses the hide/show feature and a lot of
our old documents are concerned by this issue. Please take this regression
serious as it directly affects our migration from OOo 2 to OOo 3.

---------------------------------------------------------------------
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]

Reply via email to