Page MenuHomePhabricator

fragments / anchors in redirect links do not work
Closed, DeclinedPublic

Description

Author: dhdev

Description:
Scenario:
The page 'Test' should redirect to 'Bar#baz', i.e. go to 'Bar' and
jump to the anchor 'baz' (e.g. == baz == exists).
So 'Test' looks like this:

#REDIRECT [[Bar#baz]]

The result: Going to 'Test' redirects to

Test##baz

which does not jump to #baz. Expected is

Bar#baz or maybe
Test#baz

Version: 1.9.x
Severity: enhancement

Details

Reference
bz10903

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:51 PM
bzimport set Reference to bz10903.
bzimport added a subscriber: Unknown Object (MLST).

This feature was introduced with MW 1.10. I suggest to upgrade.