Closed
Bug 1172986
Opened 10 years ago
Closed 10 years ago
Show message if no plugins was detected
Categories
(Plugin Check Graveyard :: UI, defect, P1)
Plugin Check Graveyard
UI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espressive, Assigned: espressive)
Details
(Whiteboard: [kb=1808908])
Attachments
(1 file)
Currently there is no message shown to users if they have no plugins installed. This is rare but, it does happen.
I propose we add the following:
"No plugins was detected. If you believe this to be in error, please log a bug and let us know"
We can then have it link to bugzilla where a user can tell us which plugins they *do* have installed but, was not detected.
This does have an l10n impact so, looping in :flod
| Assignee | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #0)
> "No plugins was detected. If you believe this to be in error, please log a
> bug and let us know"
Not a native speaker, but this sounds strange ("was detected", "log a bug"). I'd suggest to get a copy review before looking into code.
We should probably try to get a look at the status of tags and localizations, this page is starting to have way too many tags.
Flags: needinfo?(francesco.lodolo)
| Assignee | ||
Comment 2•10 years ago
|
||
Yeah I agree, probably something like:
"No plugins were found. If you believe this to be in error, please file a bug and let us know."
I agree, we need to have a look at all the tags and see which are still needed etc.
Comment 3•10 years ago
|
||
Re Tags.
Removed 'java_notice' and related strings from lang file, since they're not in use anymore.
We only have 4 locales with 'plugin_disable_warning', we should associate these strings to 'plugin_updated_content' (10 locales).
Use one tag for 'meta_update_201503', 'share_cta', 'plugincheck_nosupport'. Even if it might be confusing, using 'plugincheck_nosupport' for all the strings helps not breaking the site on production while we wait for a push to prod.
If you prefer I can do the PR to fix that part.
Comment 4•10 years ago
|
||
BTW, this is the code I use to check the available groups of tags
https://gist.github.com/flodolo/575245a97054e99b41e0
Comment 5•10 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #2)
> Yeah I agree, probably something like:
>
> "No plugins were found. If you believe this to be in error, please file a
> bug and let us know."
>
> I agree, we need to have a look at all the tags and see which are still
> needed etc.
+1 thanks and sorry for the slow reply
Flags: needinfo?(jbertsch)
| Assignee | ||
Comment 6•10 years ago
|
||
The tags have been cleaned up. :flod, you okay with me proceeding with this bug?
Jen, are you happy with the following copy:
"No plugins were found. If you believe this to be in error, please file a bug and let us know."
If not, who should I loop in to take a look? Thanks!
Flags: needinfo?(jbertsch)
Flags: needinfo?(francesco.lodolo)
Comment 7•10 years ago
|
||
Yes, OK to go. I'd suggest to ask matej for advice on copy.
Flags: needinfo?(francesco.lodolo)
| Assignee | ||
Comment 8•10 years ago
|
||
Thanks :flod!
Matej, can you have a look at the suggested copy here https://bugzilla.mozilla.org/show_bug.cgi?id=1172986#c6 and let me know if you have any suggested changes or improvements. Thanks!
Flags: needinfo?(matej)
Comment 9•10 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #8)
> Thanks :flod!
>
> Matej, can you have a look at the suggested copy here
> https://bugzilla.mozilla.org/show_bug.cgi?id=1172986#c6 and let me know if
> you have any suggested changes or improvements. Thanks!
Just a slight tweak:
"No plugins were found. If you believe this is an error, please file a bug and let us know."
Thanks.
Flags: needinfo?(matej)
Comment 10•10 years ago
|
||
Just a comment from outside...
Comments 6 & 9 are both good and correct, but Comment 9 is my preference. The tense is simpler and it's a little less formal.
| Assignee | ||
Comment 12•10 years ago
|
||
Updated•10 years ago
|
Whiteboard: [kb=1808908]
Comment 14•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/1a8ac8aa13d991afe65e4344205049734a3b5d23
Fix Bug 1172986, show message when no plugins are found
https://github.com/mozilla/bedrock/commit/84749412aa6f60ea85bb4156914485c6c81937cc
Merge pull request #3159 from schalkneethling/bug1172986-show-message-when-no-plugins-detected
Fix Bug 1172986, show message when no plugins are found
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•