Apache OpenOffice (AOO) Bugzilla – Full Text Issue Listing |
Summary: | Extra characters appended in the generated URL when Inserting hyperlink from web content. | ||
---|---|---|---|
Product: | Writer | Reporter: | yfjiang <yfjiang> |
Component: | editing | Assignee: | writerneedsconfirm <swneedsconfirm> |
Status: | CLOSED DUPLICATE | QA Contact: | issues@sw <issues> |
Severity: | Trivial | ||
Priority: | P3 | CC: | issues |
Version: | OOo 3.2 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Issue Type: | DEFECT | Latest Confirmation in: | --- |
Developer Difficulty: | --- |
Description
yfjiang
2010-05-04 10:48:16 UTC
In addition, actually, OOo appended improper '|xxx' for other elements as well, such as: http://URL#TextFrames|frame http://URL#Graphics|graphic http://URL#Sections|region Roughly said, this is due to the fact that you can do more with hyperlinks inside of a Writer document than what is allowed in HTML. In the same time, the dialog cannot know if you intend to refer to an HTML document or inside of Writer. Explanation: in HTML the "#" as target inside of the page refers to named anchor using "name" or "title". Inside of OOo, objects which in the HTML code might not have a name will get one automatically (Tables, Graphics, here the "Contents" which is a heading...). Thus such references like target of type "outline" with name "Contents" work only in Writer. Furthermore: both URL forms http://en.opensuse.org/Bugs:OOo#Contents|outline http://en.opensuse.org/Bugs:OOo#Contents Can only target to: http://en.opensuse.org/Bugs:OOo because there is, in this HTML page, no #Contents but just a text formatted as heading 2 which has neither a name nor a title. So this is a WONTFIX or at lieast a duplicate of issue 19690. *** This issue has been marked as a duplicate of 19690 *** Closed |