Closed
Bug 1501478
Opened 6 years ago
Closed 6 years ago
browser.xhtml Payment panel resizes content
Categories
(Firefox :: WebPayments UI, defect)
Firefox
WebPayments UI
Tracking
()
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(1 file)
STR
1) Build with export MOZ_BROWSER_XHTML=1
2) open page with a payment dialog e.g. https://paymentrequest.show/demo/
Actual:
Content under the dialog is resized
Looks like this is because of createElement call that should be createXULElement. The test browser/components/payments/test/browser/browser_show_dialog.js also fails.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bdahl
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c162e4eda08
Fix payment dialog in browser.xhtml. r=MattN
Assignee | ||
Updated•6 years ago
|
Blocks: top-level-html
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•