Closed
Bug 342280
Opened 19 years ago
Closed 17 years ago
hidesidebar cookie gets set to 0 (or is ignored) when loading another page in Gecko DOM reference
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jsd, Unassigned)
References
()
Details
Attachments
(1 file)
4.60 KB,
patch
|
shaver
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Hi there. I have a problem with the hidesidebar cookie not working correctly in the Gecko DOM reference (and other references,) on the MDC site. The hidesidebar cookie is set to 1 when I hide the RHS sidebar. When I move around the Gecko DOM reference the hidesidebar cookie value appears to get reset to 0, and I have to hide the side-bar again every time I access another page of the DOM reference, which is a bit annoying and of a waste of time. Sometimes the hidesidebar cookie retains it's value of 1, (eg on the CSS reference) but the sidebar is still being displayed. This appears to be a sitewide problem. I'm not sure if it is the MDC sitecode, or a Firefox problem, as this seems to happen with Mozilla 1.7.12 as well. However, the hidetoc cookie is working just fine. Please can the hidesidebar cookie be made to work correctly like the hidetoc cookie?
Reproducible: Always
Steps to Reproduce:
1. Go to the Gecko CSS reference 'getting started' page at:
http://developer.mozilla.org/en/docs/CSS:Getting_Started
2. Click on 'hide' to hide the LHS Contents menu.
3. Click on 'Hide Sidebar' to hide the RHS sidebar menu.
4. Click on Edit->Preferences->Cookies->View Cookies
5. Find the 'hidesidebar' cookie under developer.mozilla.org and view it's contents (which should be '1' which I take as a boolean value to hide the
side-bar?).
6. Go down the page to the Tutorila Part 1 section, and click on link 2. Why use CSS.
7. When that page loads you will see the sidebar displayed again.
8. Now view the contents of the 'hidesidebar' cookie as described above. You will see that the cookie value is still set to '1', but the sidebar is not being hidden.
Obviously something is not quite right.
Actual Results:
The sidebar is still being displayed across different pages of the MDC reference(s) when I have asked for it not to be.
Expected Results:
The sidebar should stay hidden as I move around the pages of each reference, the same as the Contents menu on the LHS remains hidden.
Comment 1•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060622 Minefield/3.0a1 - Build ID: 0000000000
Confirmed.
Status: UNCONFIRMED → NEW
Component: Security → *.mozilla.org
Ever confirmed: true
Product: Firefox → Websites
QA Contact: firefox → other-mozilla-org
Version: 1.5.0.x Branch → unspecified
Comment 2•19 years ago
|
||
--> MDC
Component: *.mozilla.org → Infrastructure
Product: Websites → Mozilla Developer Center
QA Contact: other-mozilla-org → infrastructure
Comment 3•19 years ago
|
||
Fixes the users issue: pages remember and respect hidesidebar cookie
Removes dead and or duplicate javascript code from earlier versions of same
Updated•19 years ago
|
Attachment #235625 -
Flags: review?(shaver)
Comment 4•19 years ago
|
||
Comment on attachment 235625 [details] [diff] [review]
Patch to remember sidebar visibility
r=shaver, looking for assent or test wishes from dria before landing.
Attachment #235625 -
Flags: review?(shaver)
Attachment #235625 -
Flags: review?(deb)
Attachment #235625 -
Flags: review+
Comment 5•19 years ago
|
||
As with most changes, I'd like this to be tested on developer-stage before pushing to live, but I'm not sure if developer-stage is in a state to allow that right now.
Updated•17 years ago
|
Attachment #235625 -
Flags: review?(deb)
Comment 6•17 years ago
|
||
This WFM, perhaps unsurprisingly.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•13 years ago
|
Component: Deki Infrastructure → Other
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•