1. Set hash location: e.g. set location to node/1#id
2. Remove hash location: e.g. set location to node/1 or
3. #id is still there, e.g. node/1#id or #id
1. Set hash location: e.g. set location to node/1#id
2. Remove hash location: e.g. set location to node/1 or
3. #id is still there, e.g. node/1#id or #id
Comments
Comment #1
okokokok commented(Silly,
<front>wasn't coming through in the description, it's missing after both ors)Comment #2
donquixote commentedConfirmed.
There is a piece of code in the submit handler, originally taken from menu_edit_item_validate().
In the original menu_edit_item_validate() this was
The unset() is missing now.
The same problem occurs for query.
I am surprised noone else noticed this bug until now!!!
A fix will soon go to both branches (2.x and 3.x)
Comment #3
donquixote commentedFixed in 6.x-2.1
... and 6.x-3.0-unstable3
Comment #4
donquixote commented