You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Luke Venediger (JIRA)" <ji...@apache.org> on 2009/01/02 23:17:44 UTC

[jira] Commented: (COUCHDB-186) Bookmarkable URLs in Futon

    [ https://issues.apache.org/jira/browse/COUCHDB-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660404#action_12660404 ] 

Luke Venediger commented on COUCHDB-186:
----------------------------------------

This is possible using jquery.history.js. The site uses an iframe for the main content area, so any changes to the iframe would need to update the main window's hash location. 

A simple way to get around it is to attach the iframe's current path to the end of the main window's url. So, if the iframe's on /browse/index.html, the main window's url would be _utils/#/browse/index.html
 

> Bookmarkable URLs in Futon
> --------------------------
>
>                 Key: COUCHDB-186
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-186
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Administration Console
>    Affects Versions: 0.9
>            Reporter: Jason Davies
>            Priority: Minor
>
> This is a nice-to-have: make Futon's URLs bookmarkable by putting various data about the current page in the URL fragment (after the '#' character).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.