Closed
Bug 302466
Opened 20 years ago
Closed 20 years ago
Context menu of an Extension in EM should say "Find Update" instead of "Find Updates"
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: stebs, Assigned: jaime.bugzilla)
Details
(Whiteboard: [affects l10n])
Attachments
(2 files)
3.17 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
3.16 KB,
patch
|
jaime.bugzilla
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050727 Firefox/1.0+
After the latest checkins for EM and Extension Update, the "Find Updates" Button
in EM updates all Extensions while the Context Menu item "Find Updates" of an
Extension updates only that single Extension.
This Context menu item should be labeled "Find Update" to reflect this difference.
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
Confirming, this is nice and confusing for the user.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•20 years ago
|
||
The problem is that the context menu and the menu button share the same
entities. This patch adds an additional entity for the context menu with the
"Find Update" string and an access key of "F"
Assignee: nobody → bugzilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 190876 [details] [diff] [review]
Add additional entities
Robert, mconnor suggested you might be able to review this, thanks.
Attachment #190876 -
Flags: review?(rob_strong)
![]() |
||
Comment 4•20 years ago
|
||
Comment on attachment 190876 [details] [diff] [review]
Add additional entities
this is fine but I would prefer it if either the context menu entity used
updateAddon (Ben has been using the term addon) or updateItem instead of
updateExtension since it applies to both themes and extensions.
Either way r=me
Attachment #190876 -
Flags: review?(rob_strong) → review+
Assignee | ||
Comment 5•20 years ago
|
||
Change updateExtension to updateAddon, thanks Robert. Carrying forward review+
Attachment #190947 -
Flags: review+
Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 190947 [details] [diff] [review]
Change to updateAddon
Requesting aproval for a simple fix that changes a slightly confusing part of
the EM UI
Attachment #190947 -
Flags: approval1.8b4?
Assignee | ||
Updated•20 years ago
|
Whiteboard: [affects l10n]
Updated•20 years ago
|
Attachment #190947 -
Flags: approval1.8b4? → approval1.8b4+
Comment 7•20 years ago
|
||
Checking in locales/en-US/chrome/mozapps/extensions/extensions.dtd;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd,v
<-- extensions.dtd
new revision: 1.8; previous revision: 1.7
done
Checking in mozapps/extensions/content/extensions.xul;
/cvsroot/mozilla/toolkit/mozapps/extensions/content/extensions.xul,v <--
extensions.xul
new revision: 1.37; previous revision: 1.36
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•