Changes between Initial Version and Version 3 of Ticket #17338


Ignore:
Timestamp:
2019-02-25T08:07:29+01:00 (7 years ago)
Author:
Hb---
Comment:

Verified.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17338

    • Property Milestone19.02
    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #17338 – Description

    initial v3  
    1 In [wiki:/De:Help/Concepts/Object], first paragraph the link ''Linien'' aims 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.
     1In [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.
    22
    33Additionally 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.