Ticket #1613 (closed defect: wontfix)
Post-dataset-edit URL has #section
Reported by: | dread | Owned by: | dread |
---|---|---|---|
Priority: | trivial | Milestone: | ckan-sprint-2012-01-23 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by dread) (diff)
- Viewing a dataset, hit 'Edit'
- Click on the "Basic Information" tab (note: URL has suffix #section-basic-information
- Click 'Save'
- URL still has suffix #section-basic-information
Affects 1.5, 1.5.1, 1.5.2a
Change History
comment:2 Changed 2 years ago by rgrp
Why is this a problem. It is a very minor annoyance. I'd strongly vote for deferring and, if necessary at all, integrating with #1506 (UX improvements).
comment:3 Changed 2 years ago by dread
- Status changed from new to closed
- Resolution set to wontfix
- Milestone changed from ckan-sprint-2012-01-09 to current-ckan-sprint-2012-01-23
OK, this is the browser doing this - not us at all. It is not standard practise. I think it is not a problem.
Reference:
http://stackoverflow.com/questions/2286402/url-fragment-and-302-redirects
Safari 5 and IE9 and below drop the original URI's fragment if a HTTP/3xx redirect occurs. If the Location header on the response specifies a fragment, it is used.
Chrome 11, Firefox 4, and Opera will all "reattach" the original URI's fragment after following a 3xx redirection.