[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2008-01-15 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431





--- Additional comments from [EMAIL PROTECTED] Tue Jan 15 11:22:49 + 
2008 ---
The scenario is that the ODF paragraph is underlined and the inner SPAN has no
underline.
Unfortunately the CSS underline attribute does not inherit the property as the
ODF underline style does, but adds it to the text (cp.
http://www.w3.org/TR/CSS21/text.html#lining-striking-props). 
Strange that the cascading style sheet in this case does not cascade..

Therefore once underlined, it can not be easily taken out. 
This large change won't make it into OOo 2.4


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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2007-07-25 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431





--- Additional comments from [EMAIL PROTECTED] Wed Jul 25 13:43:28 + 
2007 ---
The problem is that the value is set, but not unset in case of 'none'

xsl:when test='name()=style:text-underline'
xsl:if test='not(.=none)'
xsl:texttext-decoration:underline; /xsl:text
/xsl:if
/xsl:when

xsl:when test='name()=style:text-underline'
xsl:choose
xsl:when test='.=none'
xsl:texttext-decoration:none; /xsl:text
/xsl:when
xsl:otherwise
xsl:texttext-decoration:underline; /xsl:text
/xsl:otherwise
/xsl:choose
/xsl:when

A missing feature of XHTML/CSS is the simultaneous usage of underline and
line-through.

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2007-07-24 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User sus changed the following:

What|Old value |New value

Target milestone|OOo 2.3   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Tue Jul 24 12:24:36 + 
2007 ---
There were too many OOo 2.3 issues, therefore I am sorry that I have to postpone
the target of the XHTML issues..

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2007-01-16 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User sus changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 2.2   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Tue Jan 16 03:13:23 -0800 
2007 ---
Hi Pavel (pjanik),

as so often there is a good and bad answer to the question.
The bad, I won't make it for 2.2., the good I have already started to work on
the XSLT XHTML export and several other XHTML improvements are on the way.

Bests,
Svante

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2007-01-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 11:54:59 -0800 
2007 ---
sus: can you fix it for 2.2? ;-)


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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-12-04 Thread jsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User jsi changed the following:

What|Old value |New value

 Assigned to|jsi   |sus

Target milestone|---   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Mon Dec  4 06:31:32 -0800 
2006 ---
Yes, looks awful.

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-10-24 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User mru changed the following:

What|Old value |New value

 Assigned to|jw|jsi





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 23:41:16 -0700 
2006 ---
Sorry, should have been sent to JSI.

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-09-11 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |jw





--- Additional comments from [EMAIL PROTECTED] Mon Sep 11 00:46:32 -0700 
2006 ---
Reassigned to JW.

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-09-10 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa

Priority|P2|P3

 Summary|PDF export to XHTML incorr|Export to XHTML spreads un
|ectly handles underline   |derline from first word to
|  | complete line





--- Additional comments from [EMAIL PROTECTED] Sun Sep 10 10:05:10 -0700 
2006 ---
I checked with 2.0.2  German version WIN XP: [680m5(Build9011)] and can
confirm the reported problem, but only with the original
'DISEC_draft_res_1B.odt'. With that file I see the wrong compete line
underlining for XHTML-export.

But when I try with an own document or even if I do my own underlining in
'DISEC_draft_res_1B.odt' or delete underlining and reunderline, everything
works fine.

Very special LINUX effect?

@zeiglerr:
Can you please contribute a step by step instruction how we can create our own
writer documents with wrong underlining?

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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-09-10 Thread zeiglerr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431





--- Additional comments from [EMAIL PROTECTED] Sun Sep 10 11:32:32 -0700 
2006 ---
The following steps cause the problem.

1) Start with a blank document
2) Create a numbered list
3) Select underline
4) Type any number of words in underline mode
5) Deselect underline
6) Type any further number of words.
7) Export to xhtml

I don't have to save/reload the file to have this problem, as even exporting an
unsaved file results in this problem.  All elements on the line will end up
underlined.  It also seems to happen if I increase the bullet depth after a
single element, such as

  1. test
  1. _test_ line

The above will cause both the first and the second lines to be completely
underlined.  If it would be useful I can submit .odt files and their
corresponding .xhtml exports with all of these test cases.


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



[sw-issues] [Issue 69431] Export to XHTML spreads un derline from first word to complete line

2006-09-10 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69431


User rainerbielefeld changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa

  OS/Version|Linux |All





--- Additional comments from [EMAIL PROTECTED] Sun Sep 10 22:23:46 -0700 
2006 ---
Confirm  with 2.0.2  German version WIN XP: [680m5(Build9011)] and
Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.4) Gecko/20060516
SeaMonkey/1.0.2 as viewer.

It's only reproducible if you switch on / off 'underline' during creation of
text as mentioned in comments from zeiglerr Sun Sep 10 11:32:32 -0700 2006. If
'underline' will be added later (after text is finished, but before numbering
will be switched of, export will work without any unexpected underlining.

It seems that really only xhtml export is affected, PDF, HTML and WORD.XML
worked fine

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