Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

KitchenSink home button errors in Ripple #23

Open
astanley opened this issue Mar 13, 2012 · 3 comments
Open

KitchenSink home button errors in Ripple #23

astanley opened this issue Mar 13, 2012 · 3 comments
Labels

Comments

@astanley
Copy link

Home button redirects to the / path, which works as expected for content operating within a WebWorks application, but not in Ripple (404 errors or wrong paths).

@dansilivestru
Copy link

this sounds like a ripple bug to me. Should we move it there?

@astanley
Copy link
Author

Nah, I think this is an application issue. Here is the logic for the home button

function goHome() {
window.location = "/index.html";
}

The "home" path should be dynamic based on the current environment. Eg. open the following in a browser and press the home button (=wrong page).

http://blackberry.github.com/WebWorks-Samples/kitchenSink/html/css3/fonts.html

@dansilivestru
Copy link

Ah, got it. K, just checking :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants