Closed
Bug 1319732
Opened 8 years ago
Closed 8 years ago
Side by side add-on installation pop-ups
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | verified |
People
(Reporter: vtamas, Assigned: johannh)
References
Details
(Whiteboard: [fxprivacy] )
Attachments
(2 files)
[Affected versions]:
Firefox 53.0a1 (2016-11-22)
[Affected platforms]:
Windows 10 64-bit
Ubuntu 16.04 32-bit
[Steps to reproduce]:
1.Launch Firefox with clean profile.
2.Navigate to https://addons.mozilla.org
3.Choose an add-on and click on “+ Add to Firefox” green button.
4.Complete the installation process by clicking on “Install” button from doorhanger.
5.While the confirmation doorhanger is still displayed, choose another add-on and click on “+ Add to Firefox” green button.
[Expected Results]:
The second add-on doorhanger appears under the first one.
[Actual Results]:
- The doorhangers are displayed one next each other.
- UI issues: http://screencast.com/t/qTqmPh6zZyOK
Assignee | ||
Updated•8 years ago
|
Whiteboard: [fxprivacy] [triage]
Updated•8 years ago
|
Whiteboard: [fxprivacy] [triage] → [fxprivacy]
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Assignee | ||
Comment 2•8 years ago
|
||
Philipp, can you please check that the old behavior (see screenshot) is still something we want to do for the new doorhanger design? Meaning should we still stack them on top of each other like before or is there some other concept we could use?
Flags: needinfo?(philipp)
Comment 3•8 years ago
|
||
Redirecting this to Markus as per our conversation at the all hands
Flags: needinfo?(philipp) → needinfo?(mjaritz)
Comment 4•8 years ago
|
||
I see that they currently stack on top of each other with the download appearing on the right side if it. It would be great if we would stack all on top of each other - including download indicator, but have the most recent install confirmation be on top.
Side note: Our next iteration on the install flow plans to have the install confirmation to be modal so as to not enable multiple installs in parallel but require a decision on whether or not to install an extension before continue using the site.
Flags: needinfo?(mjaritz)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jhofmann
Status: NEW → ASSIGNED
Comment 6•8 years ago
|
||
Comment on attachment 8822202 [details]
Bug 1319732 - Stack popupnotifications vertically.
Can we fix bug 1320314 instead? See my proposal in bug 1320314 comment 3.
Attachment #8822202 -
Flags: review?(dao+bmo)
Assignee | ||
Comment 7•8 years ago
|
||
Maybe my brain is failing to correctly apply the proposed CSS in bug 1320314 comment 3, would that solve the problem at hand here?
Or did you mean we should fix bug 1320314 before fixing this one?
Flags: needinfo?(dao+bmo)
Comment 8•8 years ago
|
||
(In reply to Johann Hofmann [:johannh] from comment #7)
> Maybe my brain is failing to correctly apply the proposed CSS in bug 1320314
> comment 3, would that solve the problem at hand here?
It would allow us to get rid of both overflow and the problematic display:block if this comment is to be believed:
* by hiding the overflow, and we have to override the "display" property so
* that the height of the contents is computed correctly in that case. */
> Or did you mean we should fix bug 1320314 before fixing this one?
That too, the code doesn't belong in this file.
Flags: needinfo?(dao+bmo)
Comment 9•8 years ago
|
||
As I also noted in bug 1320314, the need to avoid "display: -moz-box;" is likely related to bug 1293242 so it will be unneeded once that is fixed.
Comment hidden (mozreview-request) |
Comment 11•8 years ago
|
||
mozreview-review |
Comment on attachment 8822202 [details]
Bug 1319732 - Stack popupnotifications vertically.
https://reviewboard.mozilla.org/r/101186/#review103810
Attachment #8822202 -
Flags: review?(dao+bmo) → review+
Assignee | ||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f7c9a456f7a1
Stack popupnotifications vertically. r=dao
Comment 14•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Comment 15•8 years ago
|
||
I have to reproduced this bug with Nightly 53.0a1 (2016-11-22) on Windows 7 64 bit;
The Bug's fix is verified on beta
Build ID 20170111030235
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
[Bugday-20170111]
Comment 16•8 years ago
|
||
I have reproduced this bug with Nightly 53.0a1 (2016-11-23) on Ubuntu 16.04 LTS , 64 Bit !
This bug's fix is verified with latest Nightly
Build ID 20170111030235
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0
[bugday-20170111]
Comment 18•8 years ago
|
||
Based on comment 16, mark bug verified on firefox 53.
You need to log in
before you can comment on or make changes to this bug.
Description
•