To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61032
                  Issue #:|61032
                  Summary:|Hyperlink() does not export to html document
                Component:|Spreadsheet
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|spreadsheet
              Reported by:|tgretton





------- Additional comments from [EMAIL PROTECTED] Sun Jan 22 19:50:59 -0800 
2006 -------
The hyperlink() function does not get encoded into an html document as expected.

The test spreadsheet with cells A1-A3 is as follows:

    =hyperlink("http://www.openoffice.org";)
    =hyperlink("http://www.openoffice.org";"click";)
    =hyperlink("mailto:[EMAIL PROTECTED]";"send e-mail")

Based upon my understanding, this should be translated to the following html 
code:

    <a href="http://www.openoffice.org";>http://www.openoffice.org</a>
    <a href="http://www.openoffice.org";>click</a>
    <a href="mailto:[EMAIL PROTECTED]">send e-mail</a>

Instead, the html document is simply plain text with no links as follows:

     http://www.openoffice.org
     click
     send e-mail

The hyperlink() function appears to export properly to pdf.

The problem is reproducible in both Windows XP Professional and Linux (Mandriva
10.1 Official)


Tom

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