#1690 closed Bug (fixed)
Linking to same page sub-header fails
Reported by: | Justin McCormick | 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 (1)
Change History (5)
Changed 17 years ago by
Attachment: | FCKeditorSkin.body.patch.php added |
---|
comment:1 Changed 17 years ago by
I have attached a proposed fix to the problem. The fix retains the bug fix for 1386 but fixes the issue for this ticket.
comment:2 Changed 17 years ago by
Keywords: | HasPatch added; anchor internal link removed |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [1831].
Works like a charm, thanks!
Proposed fix to the problem