Closed
Bug 1476889
Opened 6 years ago
Closed 6 years ago
Update autoplay exceptions copy
Categories
(Firefox :: Settings UI, defect, P1)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | verified |
People
(Reporter: daleharvey, Assigned: daleharvey)
References
Details
Attachments
(1 file)
The copy for the autoplay exceptions dialog needs updated
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dharvey
Assignee | ||
Comment 1•6 years ago
|
||
Bryant if you could update here when you get it, thanks
Flags: needinfo?(bmao)
Assignee | ||
Updated•6 years ago
|
Blocks: block-autoplay-frontend
Comment 2•6 years ago
|
||
You mean the dialog in about:preferences, right?
Component: Site Identity and Permission Panels → Preferences
Assignee | ||
Comment 3•6 years ago
|
||
Yup, cheers
Comment 4•6 years ago
|
||
(In reply to Dale Harvey (:daleharvey) from comment #1)
> Bryant if you could update here when you get it, thanks
Sure, below is the updated copy
For exception dialog https://mozilla.invisionapp.com/share/N2MD6ZV8CMG#/306583373_6-3
1.Description: "You can specify which websites are always or never allowed to autoplay media with sound. Type the address of the site you want to manage and then click Block or Allow."
2.Buttons below the address bar: [Block] [Allow]
3.Website status: [Block] or [Allow]
For global settings https://mozilla.invisionapp.com/share/N2MD6ZV8CMG#/306583372_6-2
1.Combo box: [Allow Autoplay] or [Always Ask] or [Don't Autoplay]
Flags: needinfo?(bmao)
Assignee | ||
Comment 6•6 years ago
|
||
Flod, in the above spec those strings are being changed to
"Allow Autoplay" | "Dont allow"
https://mozilla.invisionapp.com/share/N2MD6ZV8CMG#/screens/306583371
From your comment in 1477231 would Allow | Dont allow be better (same as webrtc), the other uses of autoplay dont have the same size issues as far as I can tell
Flags: needinfo?(francesco.lodolo)
Comment 7•6 years ago
|
||
(In reply to Dale Harvey (:daleharvey) from comment #6)
> From your comment in 1477231 would Allow | Dont allow be better (same as
> webrtc), the other uses of autoplay dont have the same size issues as far as
> I can tell
Likely yes, since there's no "autoplay". But IMO we should also fix the underlying layout issue, which is letting the button label wrap.
Flags: needinfo?(francesco.lodolo)
Assignee | ||
Comment 8•6 years ago
|
||
Hey Bryant, could you confirm with the copywriter that |Allow| |Don't Allow| would be suitable for the doorhanger buttons @ https://mozilla.invisionapp.com/share/N2MD6ZV8CMG#/screens/306583371
Cheers
Flags: needinfo?(bmao)
Updated•6 years ago
|
Priority: -- → P1
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•6 years ago
|
||
So as far as I can tell we cant actually wrap text here since its inside a xul:button, we could replace the fact they are buttons but that would be a bigger change and dont allow | allow is consistent with other uses of the doorhanger so I dont think its a large problem
Comment 11•6 years ago
|
||
mozreview-review |
Comment on attachment 8994162 [details]
Bug 1476889 - Update autoplay copy.
https://reviewboard.mozilla.org/r/258774/#review265654
Unfortunately all string IDs need to change at this point
https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_content_best_practices#Changing_existing_strings
::: browser/locales/en-US/browser/preferences/permissions.ftl:104
(Diff revision 1)
> ## Exceptions - Autoplay Media
>
> permissions-exceptions-autoplay-media-window =
> .title = Allowed Websites - Autoplay
> .style = { permissions-window.style }
> -permissions-exceptions-autoplay-media-desc = You can specify which websites are allowed to automatically play media elements. Type the exact address of the site you want to allow and then click Allow.
> +permissions-exceptions-autoplay-media-desc = You can specify which websites are always or never allowed to autoplay media with sound. Type the address of the site you want to manage and then click Block or Allow.
Need a new ID. I guess permissions-exceptions-autoplay-media-desc would work here.
::: browser/locales/en-US/browser/preferences/preferences.ftl:857
(Diff revision 1)
>
> autoplay-option-ask =
> .label = Always Ask
> autoplay-option-allow =
> .label = Allow Autoplay
> autoplay-option-block =
Need a new ID: autoplay-option-dont seems to work
::: browser/locales/en-US/chrome/browser/browser.properties:962
(Diff revision 1)
> midi.shareSysexWithFile.message = Will you allow this local file to access your MIDI devices and send/receive SysEx messages?
> # LOCALIZATION NOTE (midi.shareSysexWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access
> midi.shareSysexWithSite.message = Will you allow %S to access your MIDI devices and send/receive SysEx messages?
>
> -autoplay.Allow.label = Allow Autoplay
> +autoplay.Allow.label = Allow
> autoplay.Allow.accesskey = A
Both label and accesskey need a new ID, e.g. autoplay.Allow2.label and autoplay.Allow2.accesskey
Attachment #8994162 -
Flags: review?(francesco.lodolo) → review-
Comment 12•6 years ago
|
||
mozreview-review |
Comment on attachment 8994162 [details]
Bug 1476889 - Update autoplay copy.
https://reviewboard.mozilla.org/r/258774/#review265658
Comment 13•6 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #11)
> ::: browser/locales/en-US/browser/preferences/permissions.ftl:104
> (Diff revision 1)
> > ## Exceptions - Autoplay Media
> >
> > permissions-exceptions-autoplay-media-window =
> > .title = Allowed Websites - Autoplay
> > .style = { permissions-window.style }
> > -permissions-exceptions-autoplay-media-desc = You can specify which websites are allowed to automatically play media elements. Type the exact address of the site you want to allow and then click Allow.
> > +permissions-exceptions-autoplay-media-desc = You can specify which websites are always or never allowed to autoplay media with sound. Type the address of the site you want to manage and then click Block or Allow.
>
> Need a new ID. I guess permissions-exceptions-autoplay-media-desc would work
> here.
I have no clue what's going on with comments on mozreview these days. I meant "permissions-exceptions-autoplay-media-desc2" here, tried to comment on mozreview, and it didn't publish.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 15•6 years ago
|
||
Ah apologies, I assumed (optimistically) that we only needed new id's after a release, updated
Comment 16•6 years ago
|
||
mozreview-review |
Comment on attachment 8994162 [details]
Bug 1476889 - Update autoplay copy.
https://reviewboard.mozilla.org/r/258774/#review265782
Thanks, looks good.
A change of ID is needed as soon as the string lands in mozilla-central, since we moved all language to Nightly for localization.
Attachment #8994162 -
Flags: review?(francesco.lodolo) → review+
Assignee | ||
Comment 17•6 years ago
|
||
Bryant is on PTO, so going to say this is ok
Flags: needinfo?(bmao)
Comment 18•6 years ago
|
||
Pushed by dharvey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a6b572004dcb
Update autoplay copy. r=flod
Comment 19•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 20•6 years ago
|
||
Verified as fixed on Nightly 63.0a1(20180816220128).
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•