-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar isn't visible on opportunity pages with children #830
Comments
Ok, this is completely baffling me. The sidebar shows up in Firefox but not in Chrome or via a Since this is generated on the server the only thing I can think of is user agent causing variances in the rendered HTML...but I have no idea why that would be the case. |
Can you spoof the UA in Chrome and see if it does anything? |
Changing UA to Firefox in Safari and Chrome didn't render the sidebar. Not surprised... Also, this doesn't repro when I run the site locally. |
Sidebar is now showing up on staging. I can't see anything in the last 2 commits that might have fixed this, but maybe a prod push will take care of things... |
Ok, this has to be an environment variance issue. Staging and prod are running identical code now and still only prod has this issue. See: I also can't repro the issue locally. |
@cadecairos Is there any way to generate a diff on |
We're going to have a few new users of this multipage feature soon-ish. So good to dig into this. |
I...think it works now? |
Hey @alanmoo, the menu is sill not displaying in prod site - iPhone 7 (Firefox and Safari) - not sure about other phones, though. |
The plot thickens. On desktop I see the sidebar...unless private browsing is turned on. |
AHA! It doesn't show in private browsing because you're not logged in. I tested across devices/browsers and is indeed the issue: The secondary menu only appears if you're logged in to the back-end of Mezzanine. Let's make that not happen, and we'll be good across all these cases. |
Mystery solved then? That was a good one! |
Are there steps to ensure an opportunity page when starting with a fresh clone? |
I believe the PR that just landed this week should do it. |
This has been resolved. Turns out it was the "published" vs "draft" status of the main |
I am actually reopening this until we have issues filed to address where to find the information we uncovered, so this "never happens again" =) |
Follow up:
|
https://network.mozilla.org/opportunity/2017-tech-policy-fellows/
The text was updated successfully, but these errors were encountered: