I've setup my rotor content(banner) and in the "link URL" field I have put a named anchor, eg. mypage#section1

when I click the banner the address bar on the browser is url encoded twice to become 'mypage%2523section1'.

The %25 is the url encoding of the % symbol, so it looks like it's url encoding 'mypage%23section1'. Indeed when I hover over the banner, the status bar at bottom of my browser says 'mypage%23section1' so the act of clicking the banner must do the 2nd url encoding!?

If I actually type the url 'mypage%23section1' it shows only the main top of page, not section1 which is further down the page, so url encoding doesn't work anyway.

'mypage' is a urlalias if it helps.

Comments

mrfelton’s picture

can I see this problem in action? You have a link to the page?

mrfelton’s picture

ah ok, I can replicate this problem and can confirm it is an issue.

TechnoBuddhist’s picture

WOW!!! that was a quick reply!!! Chapeau! glad you can reproduce it, my build is all on my local laptop anyway.

mrfelton’s picture

Status: Active » Fixed

Fixed in CVS.

TechnoBuddhist’s picture

Thank you so much! Very kind of you to fix it so quickly!

Status: Fixed » Closed (fixed)
Issue tags: -link, -url, -anchor, -urlencoding

Automatically closed -- issue fixed for 2 weeks with no activity.