Closed
Bug 1168954
Opened 10 years ago
Closed 10 years ago
Unexpected "Install" button appears on add-on install progress doorhanger
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla41
People
(Reporter: mossop, Assigned: mossop)
References
Details
(Whiteboard: [hijacking][fxsearch])
Attachments
(1 file)
|
1.54 KB,
patch
|
dao
:
review+
lizzard
:
approval-mozilla-aurora+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]:
Because we're not using the doorhanger install confirmation in 39 we shouldn't show the install button disabled in the progress doorhanger.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Flags: firefox-backlog+
Whiteboard: [hijacking][fxsearch]
Comment 2•10 years ago
|
||
Comment on attachment 8611413 [details] [diff] [review]
patch
>+ }
>+ else {
nit: on one line please (according to https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style#Control_Structures and prevailing style in browser code)
Attachment #8611413 -
Flags: review?(dao) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8611413 [details] [diff] [review]
patch
Approval Request Comment
[Feature/regressing bug #]: 1139656
[User impact if declined]: Beta users will see an odd disabled install button in the add-on progress dialog
[Describe test coverage new/current, TreeHerder]: Only manual testing, the feature is expected on aurora/nightly
[Risks and why]: Low risk, this is a simple pref check to hide a button.
[String/UUID change made/needed]: None
Technically we don't need this on aurora but I'd rather keep the code the same.
Attachment #8611413 -
Flags: approval-mozilla-beta?
Attachment #8611413 -
Flags: approval-mozilla-aurora?
Comment 7•10 years ago
|
||
Comment on attachment 8611413 [details] [diff] [review]
patch
Approved for uplift to aurora and beta; this has had time on m-c and is a minor UI fix.
Attachment #8611413 -
Flags: approval-mozilla-beta?
Attachment #8611413 -
Flags: approval-mozilla-beta+
Attachment #8611413 -
Flags: approval-mozilla-aurora?
Attachment #8611413 -
Flags: approval-mozilla-aurora+
Comment 8•10 years ago
|
||
It would be good to verify this in 39 and 40 just to make sure we haven't done anything weird to 40.
Flags: qe-verify+
Updated•10 years ago
|
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Updated•10 years ago
|
QA Contact: vasilica.mihasca
Comment 11•10 years ago
|
||
Reproduced this issue on Firefox 39 Beta 1 build 1 ( 20150523155636) using Windows 7 64-bit.
Verified fixed on Firefox 39 Beta 3 (20150604162752) under Windows 7 64-bit, Ubuntu 14.04 32-bit and Mac OS X 10.9.5.
Performed Exploratory testing to make sure that no new issues were caused by this fix in Firefox 41.0a1 (2015-06-07) and Firefox 40.0a2 (2015-06-07). Tested on Windows 7 64-bit, Ubuntu 14.04 32-bit and Mac OS X 10.9.5
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•