Changes between Initial Version and Version 3 of Ticket #17338
- Timestamp:
- 2019-02-25T08:07:29+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17338
- Property Milestone → 19.02
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #17338 – Description
initial v3 1 In [wiki:/De:Help/Concepts/Object], first paragraph the link ''Linien'' aimsto the anchor #WaysAnchor. That anchor is intentionally missing for the purpose of this report. Clicking the link will throw the Null Pointer Exception shown below. Anchors were last dealt with in #15985.1 In [wiki:/De:Help/Concepts/Object], first paragraph, the link ''Linien'' ~~aims~~ **formerly aimed** to the anchor #WaysAnchor. That anchor is intentionally missing for the purpose of this report. Clicking the link will throw the Null Pointer Exception shown below. Anchors were last dealt with in #15985. 2 2 3 3 Additionally the same NPE occurs when the anchor is created with `[=#Myanchor]` and has no content inside the brackets. Trac recommends this in [wiki:/WikiFormatting#SettingAnchors WikiFormatting#SettingAnchors]. Trac generates the HTML code `<span class="wikianchor" id="Myanchor"></span>` which is fine for common browsers. But not for our Help system.