Closed Bug 1354304 Opened 7 years ago Closed 7 years ago

Privacy notice page should not have a Firefox download button when viewed in Firefox

Categories

(www.mozilla.org :: Pages & Content, defect, P3)

Production
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: verdi, Assigned: agibson)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [photon-onboarding])

Attachments

(2 files)

STR: 
1. Open https://www.mozilla.org/en-US/privacy/firefox/ using the current version of Firefox (52.0.2).
2. Notice that there is a Download Firefox button in the upper right corner.

Expected Result:
There shouldn't be a download button because I'm already using Firefox. 

It would be great if this page worked like, for example, https://www.mozilla.org/en-US/firefox/products/ - This page displays a download button if I view it in chrome but not if I view it in Firefox.

Additionally, we are running another onboarding test soon (April 20) and we will open this page for people who have just installed Firefox. If this goes as expected we intend for this to be the default flow. So showing a download button to people who have just completed downloading and installing will be confusing.
(In reply to Verdi [:verdi] from comment #0)
> STR: 
> 1. Open https://www.mozilla.org/en-US/privacy/firefox/ using the current
> version of Firefox (52.0.2).
> 2. Notice that there is a Download Firefox button in the upper right corner.
> 
> Expected Result:
> There shouldn't be a download button because I'm already using Firefox. 

In the past we've done a lot of UA conditional content hiding for download buttons on mozorg, and on many pages we'd choose to not show download buttons to users already on Firefox. Doing this on an ad-hoc per-page basis lead to some real usability and IA problems however, so we now consider this somewhat of a UX anti-pattern on the site. Examples include:

1.) Users on a pre-release version of Firefox, wishing to download the main release version and becoming frustrated when they can't do so.
2.) Users sharing links and being confused when pages look different in different browsers.
3.) Sometimes users just really want to download the product again, for example to save the binary and install for someone else.

> It would be great if this page worked like, for example,
> https://www.mozilla.org/en-US/firefox/products/ - This page displays a
> download button if I view it in chrome but not if I view it in Firefox.

The download button you reference is part of the global navigation throughout the site (still being rolled out in some sections). This download button is shown on a lot of pages other than the privacy page.

> Additionally, we are running another onboarding test soon (April 20) and we
> will open this page for people who have just installed Firefox. If this goes
> as expected we intend for this to be the default flow. So showing a download
> button to people who have just completed downloading and installing will be
> confusing.

For now I'd suggest you hide the button for your test. If we really want to remove the button for this page we can, but I think we only need to do this say if the experiment became the default flow.
Whiteboard: [Photon] → [Photon-Onboarding]
(In reply to Alex Gibson [:agibson] from comment #1)
> 
> For now I'd suggest you hide the button for your test. If we really want to
> remove the button for this page we can, but I think we only need to do this
> say if the experiment became the default flow.

How can we hide this button in our experiment?

Also, how can we make these other changes: Bug 1354305, Bug 1354307
(In reply to Verdi [:verdi] from comment #2)
> (In reply to Alex Gibson [:agibson] from comment #1)
> > 
> > For now I'd suggest you hide the button for your test. If we really want to
> > remove the button for this page we can, but I think we only need to do this
> > say if the experiment became the default flow.
> 
> How can we hide this button in our experiment?
> 
> Also, how can we make these other changes: Bug 1354305, Bug 1354307

I can help hide the button temporarily for your experiment if you need to. Just let me know when you need it and for how long. I don't think either of the other two bugs should be considered blockers for your experiment. The entire /privacy section of the website is due for an update to the new branding before long anyway.
(In reply to Alex Gibson [:agibson] from comment #3)
> > 
> > How can we hide this button in our experiment?
> > 
> > Also, how can we make these other changes: Bug 1354305, Bug 1354307
> 
> I can help hide the button temporarily for your experiment if you need to.
> Just let me know when you need it and for how long. 

Thanks. We'll need it hidden for the start of our funnelcake - April 20 and we'll need to keep that in place potentially until May 15th.

> I don't think either of
> the other two bugs should be considered blockers for your experiment. The
> entire /privacy section of the website is due for an update to the new
> branding before long anyway.

Part of my point (Bug 1354305) is that the page, while it may live on mozilla.org (maybe it shouldn't) it's exclusively about Firefox and the Mozilla banding is not appropriate. The UX and Legal teams have been working on a rewrite and redesign of the page so we should coordinate before you update the page with new branding.
(In reply to Verdi [:verdi] from comment #4)
> Part of my point (Bug 1354305) is that the page, while it may live on
> mozilla.org (maybe it shouldn't) it's exclusively about Firefox and the
> Mozilla banding is not appropriate. The UX and Legal teams have been working
> on a rewrite and redesign of the page so we should coordinate before you
> update the page with new branding.

Yep, I totally get your point. We'll be working with those teams when the redesign happens. All pages on mozorg (including the main Firefox pages) are going to be re-aligned to live aside the new branding. These privacy pages will be coming further down the line.
> The UX and Legal teams have been working on a rewrite and redesign of the page so we should coordinate before you update the page with new branding.

Michael, just to add a note: if your teams have been working on an update to this page, please communicate this with the mozorg durable team. If we're in alignment and we knows what's coming, I think we can more effectively work together to do what's needed. Thanks!
Assignee: nobody → agibson
Status: NEW → ASSIGNED
Attached file GitHub pull request
(In reply to Alex Gibson [:agibson] from comment #6)
> > The UX and Legal teams have been working on a rewrite and redesign of the page so we should coordinate before you update the page with new branding.
> 
> Michael, just to add a note: if your teams have been working on an update to
> this page, please communicate this with the mozorg durable team. If we're in
> alignment and we knows what's coming, I think we can more effectively work
> together to do what's needed. Thanks!

Will do. We just didn't have anything actionalble yet. We're still working on the copy.
Commits pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/8f1c03a22f82bc664572c37748baaa3bd30d4281
[fix bug 1354304] Hide download button on /privacy/firefox page for funnelcake experiment

https://github.com/mozilla/bedrock/commit/13b5ff8c6b6f21801d211f49f203ce0afc88e19c
Merge pull request #4762 from alexgibson/bug-1354304-hide-download-button-privacy-page

[fix bug 1354304] Hide download button on /privacy/firefox page for funnelcake experiment
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Reopening this so I don't forget to remove the logic here once the test is complete.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Thanks Alex!
Priority: -- → P3
Attached file GitHub pull request
PR to remove conditional logic hiding download button.
We were delayed in starting the data collection so this experiment will still be running through May 22.
Commits pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/a8e58afa295f19870d9e3aef9a29d6fc5166e839
[fix bug 1354304] Unhide download button on privacy page

https://github.com/mozilla/bedrock/commit/f731f1d098171d26f82e1b4470530d803d8996c2
Merge pull request #4837 from alexgibson/bug-1354304-unhide-download-button-privacy

[fix bug 1354304] Unhide download button on privacy page
Status: REOPENED → RESOLVED
Closed: 7 years ago7 years ago
Resolution: --- → FIXED
QA Contact: jwilliams
Is there any verification needed from QA on this? From the comments I am under the impression that this change is only active as long as the experiment is running.
Flags: needinfo?(mverdi)
Flags: needinfo?(agibson)
(In reply to Justin [:JW_SoftvisionQA] from comment #15)
> Is there any verification needed from QA on this? From the comments I am
> under the impression that this change is only active as long as the
> experiment is running.

This was a temporary change to the website to facilitate a test which has now finished, no verification needed. thanks
Flags: needinfo?(agibson)
Flags: needinfo?(mverdi)
Priority: P3 → P1
Whiteboard: [Photon-Onboarding] → [reserve-photon-onboarding]
Priority: P1 → P3
Whiteboard: [reserve-photon-onboarding] → [photon-onboarding]
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: