• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6787: TWiki cannot handle Anchor and URL param in the same calling URL
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
No Action Required |
|
n/a |
|
Detail
I have a test topic set up at
TWiki:Sandbox/VbTest1
.
It contains
- 4 anchors,
#AnchorOne
, #AnchorTwo
, #AnchorThree
, #AnchorFour
- code to check the value of a
URLPARAM
named var
- enough body content to make the page long enough that jumping to an anchor is obvious.
If you access the page as
http:.../view/Sandbox/VbTest1#AnchorFour
Then you jump to the 4th paragraph.
If you access the page as
http:.../view/Sandbox/VbTest1?var=42
Then %URLPARAM{"var"}%
is seen and the value is displayed
If you access the page as
http:.../view/Sandbox/VbTest1#AnchorFour?var=12
Then neither the anchor jump nor the URLPARAM is recognized or triggered.
Test
--
TWiki:Main/VickiBrown
- 2011-08-05
Per RFC-(did-not-it-lookup) you need to write:
--
TWiki:Main.PeterThoeny
- 2011-08-06
...which works as expected.
--
TWiki:Main.PeterThoeny
- 2011-08-06