Open GoogleCodeExporter opened 9 years ago
OK, I have something else to add, not sure if this should be a separate item
since the cause is completely different, but the end result is the same in
that, truly, the bar "does not remember its hidden state when navigating from
page to page" (the title of my previous issue is the same as this new issue i'd
like to raise!)
What steps will reproduce the problem?
1. Visit a page in a subfolder of your site (e.g., /about/) that has the
jixedbar showing, then click its Hide button.
2. Leave the page and go to a page in another subfolder of your site, e.g.,
/contact/
3. Notice that the bar is not hidden!
What is the expected output? What do you see instead?
I expect the bar should remain hidden
What version of the product are you using? On what operating system?
v0.0.5
Please provide any additional information below.
It seems the jixedbar creates a cookie to save its visible/hidden state.
However, this cookie is not created for the root of the website, it is created
for just the path you are in. Thus, if you have 27 different
directories/folders in your site, you end up with at least 27 different cookies.
Recommendation: either allow an option if people like this behavior, otherwise,
store the cookie in the root path of the site ("/") so that navigation
throughout the site will remember your hidden preference. (And you won't end up
with so many cookies being created!!)
Original comment by funka...@gmail.com
on 5 Nov 2010 at 1:17
Original issue reported on code.google.com by
funka...@gmail.com
on 5 Nov 2010 at 1:04