Closed
Bug 562052
Opened 15 years ago
Closed 15 years ago
The version number should be shown in the list view for all types of add-ons
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b1
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: whimboo, Assigned: mossop)
References
Details
(Whiteboard: [rewrite])
Attachments
(1 file)
4.09 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100426 Minefield/3.7a5pre (.NET CLR 3.5.30729)
While going through some test scenarios for extensions and themes (installing, updating, and others) I feel a bit less informed about which version of the add-on is installed. We only show the version number inside the details pane but not in the list pane for extensions and themes. That always forces the user to open the details pane to check for the extension/theme version.
I think the version number is important enough that we should also show it in the list view. CC'ing Jennifer to that bug so we can get feedback from UX.
Comment 1•15 years ago
|
||
Agreed - I've been meaning to bring this up for awhile. And actually using it, it drives me nuts not knowing what version of an addon I have installed.
Comment 3•15 years ago
|
||
Plug-ins version should be also shown.
Reporter | ||
Updated•15 years ago
|
Summary: List view of Extensions and Themes should show the add-on version → The version number should be shown in the list view for all types of add-ons
Comment 4•15 years ago
|
||
(In reply to comment #1)
> Agreed - I've been meaning to bring this up for awhile. And actually using it,
> it drives me nuts not knowing what version of an addon I have installed.
(In reply to comment #3)
> Plug-ins version should be also shown.
Yes - we should be showing both after the add-on/plugin title.
Keywords: uiwanted
Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → final+
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Yes - we should be showing both after the add-on/plugin title.
I assume it'd show as a slightly smaller font-size.
Assignee | ||
Comment 8•15 years ago
|
||
Straightforward fix, would be nice to slip this into b1 I think
Updated•15 years ago
|
Attachment #454556 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 9•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3b1
Reporter | ||
Comment 10•15 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:2.0b2pre) Gecko/20100629 Minefield/4.0b2pre
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 11•14 years ago
|
||
browser_list.js has tests for this
Flags: in-testsuite? → in-testsuite+
Comment 12•9 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #0)
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre)
> Gecko/20100426 Minefield/3.7a5pre (.NET CLR 3.5.30729)
>
> While going through some test scenarios for extensions and themes
> (installing, updating, and others) I feel a bit less informed about which
> version of the add-on is installed. We only show the version number inside
> the details pane but not in the list pane for extensions and themes. That
> always forces the user to open the details pane to check for the
> extension/theme version.
>
> I think the version number is important enough that we should also show it
> in the list view. […]
So do I, but Mossop disagrees, see bug 1175324 comment #2 (setting WONTFIX). Happily there exists an extension to add back all version numbers to the list view: https://addons.mozilla.org/addon/amversionnumber/
Comment 13•9 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #0)
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre)
> Gecko/20100426 Minefield/3.7a5pre (.NET CLR 3.5.30729)
> ...I feel a bit less informed about which
> version of the add-on is installed. We only show the version number inside
> the details pane but not in the list pane for extensions and themes. That
> always forces the user to open the details pane to check for the
> extension/theme version.
>
> I think the version number is important enough that we should also show it
> in the list view. CC'ing Jennifer to that bug so we can get feedback from UX.
I am seeing this in this version:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0 ID:20151029151421 CSet: e2f9a0ed50bc
Comment 14•9 years ago
|
||
(In reply to Worcester12345 from comment #13)
[...]
> I am seeing this in this version:
> Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
> ID:20151029151421 CSet: e2f9a0ed50bc
Yeah, it was added in this bug to Fx 4.0b2pre and later removed again; and AFAIK it is not coming back but there is an extension for it, see comment #12.
You need to log in
before you can comment on or make changes to this bug.
Description
•