Ticket #1690 (closed Bug: fixed)
Linking to same page sub-header fails
| Reported by: | justinm | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | HasPatch | Cc: |
Description
Change 1008 caused further issues with the formating of anchor links. Anchor links that do not define the page before the anchor causes the anchor to be removed each time the FCKparser parses the document.
For example: [[#Sub_Heading|Link To Subheading]] when parsed again by the FCKparser will generate the output [[|Link To Subheading]]. However, when removing the fix in 1008 the correct output is generated however the original issue 1386 re-appears.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.