Closed
Bug 1390834
Opened 8 years ago
Closed 8 years ago
Report Site Issues in Page Action menu needs an ellipsis
Categories
(Web Compatibility :: Tooling & Investigations, defect)
Web Compatibility
Tooling & Investigations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shorlander, Assigned: miketaylr)
References
Details
Attachments
(1 file)
Because the "Report Site Issue" button requires further input and takes you to a new page it should have an ellipsis at the end: Report Site Issue…
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8897965 -
Flags: review?(shorlander) → review?(gijskruitbosch+bugs)
Updated•8 years ago
|
Attachment #8897965 -
Flags: review?(gijskruitbosch+bugs) → review?(francesco.lodolo)
Comment 3•8 years ago
|
||
I think this will need a new entity, but I could be wrong. :flod will know for sure.
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8897965 [details]
Bug 1390834. Add ellipsis to Report Site Issue page action button.
https://reviewboard.mozilla.org/r/169278/#review176818
::: browser/extensions/webcompat-reporter/locales/en-US/webcompat.properties:8
(Diff revision 1)
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
> # LOCALIZATION NOTE(wc-reporter.label): This string will be used in the
> -# Firefox menu panel below its button. Localized length should be considered.
> +# Firefox page actions menu. Localized length should be considered.
> # \u00ad is included at the beginning of the string to disable auto-hyphens.
> -wc-reporter.label=\u00adReport Site Issue
> +wc-reporter.label=\u00adReport Site Issue…
You definitely need a new string ID for the added ellipsis, but since this is not the hamburger menu, you also don't need the \u00ad hack at the beginning.
Attachment #8897965 -
Flags: review?(francesco.lodolo) → review-
| Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8897965 [details]
Bug 1390834. Add ellipsis to Report Site Issue page action button.
https://reviewboard.mozilla.org/r/169278/#review177762
You also need to update the code calling that string
http://searchfox.org/mozilla-central/rev/5696c3e525fc8222674eed6a562f5fcbe804c4c7/browser/extensions/webcompat-reporter/content/WebCompatReporter.jsm#31
Attachment #8897965 -
Flags: review?(francesco.lodolo) → review-
| Assignee | ||
Comment 7•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8897965 [details]
Bug 1390834. Add ellipsis to Report Site Issue page action button.
https://reviewboard.mozilla.org/r/169278/#review177762
That's.... embarassing. Apologies. (No more airport commits for me. >_<)
| Comment hidden (mozreview-request) |
Comment 9•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8897965 [details]
Bug 1390834. Add ellipsis to Report Site Issue page action button.
https://reviewboard.mozilla.org/r/169278/#review179380
Been there, done that when trying to rush things :-)
Attachment #8897965 -
Flags: review?(francesco.lodolo) → review+
| Assignee | ||
Comment 10•8 years ago
|
||
Thanks for review!
I'm gonna push w/o a try build since it's just a string change (and the wecompat-reporter tests are passing locally after building with this patch).
Comment 11•8 years ago
|
||
Pushed by mitaylor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cb237283ed0
Add ellipsis to Report Site Issue page action button. r=flod
Comment 12•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•