Closed
Bug 1132009
Opened 11 years ago
Closed 11 years ago
Make the payment popups the same size for starting logged out or starting logged in.
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
2015-02-17
People
(Reporter: muffinresearch, Assigned: muffinresearch)
References
Details
If we re-use the login popup we resize it. Due to how window.resizeTo differs from window.open when we are starting logged out the payment window is made to be subtley smaller following login.
To address this we need to add the difference in height/width to the dimensions passed to resizeTo.
STR:
* Starting logged out make a desktop payment
* Post login note the size of the payment window
* Cancel the payment.
* Now start the payment
* Note the slightly taller payment window.
* What happens
The payment windows differ in height.
* What should happen
The payment windows should be the same in both cases.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → scolville
| Assignee | ||
Updated•11 years ago
|
Priority: -- → P3
Target Milestone: --- → 2015-02-17
| Assignee | ||
Comment 1•11 years ago
|
||
https://github.com/mozilla/fxpay/commit/7c04ef933e6934c37040b925388b8f07eff66e44
https://github.com/mozilla/fireplace/commit/bb237ca5ba742155b2d4f9137fdeb32159ebacce (fxpay bump in fireplace)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
Verified as fixed on MP-dev on FF38(Win 7).
Postfix screencast http://screencast.com/t/Bu8w60yWMKY
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•