migrate wizard-buttons binding to CE
Categories
(Core :: XUL, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(3 files, 2 obsolete files)
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
(In reply to alexander :surkov (:asurkov) from comment #17)
Created attachment 9050787 [details]
Bug 1495357 - convert wizard-buttons binding to a Custom Element, r=bgrins
It has mochitest failures https://treeherder.mozilla.org/#/jobs?repo=try&revision=c30f43bded218d37bd3e22f27f1c74b4a721c5d0&selectedJob=234870145, I cannot reproduce locally, for example this one:
TEST-UNEXPECTED-ERROR | testing/firefox-ui/tests/puppeteer/test_update_wizard.py TestUpdateWizard.test_elements | NoSuchElementException: Unable to locate element: [dlgtype="cancel"].
Could it be because buttons Custom Element is not yet attached, when button is accessed?
Comment 19•6 years ago
|
||
Does the test pass locally, or are you not able to run it locally? I have had to do some marionette updates in the past when changing XBL anon content to normal DOM (for example https://hg.mozilla.org/mozilla-central/rev/04b57ffa53ce#l26.1).
Updated•6 years ago
|
Comment 20•6 years ago
|
||
(In reply to alexander :surkov (:asurkov) from comment #18)
(In reply to alexander :surkov (:asurkov) from comment #17)
Created attachment 9050787 [details]
Bug 1495357 - convert wizard-buttons binding to a Custom Element, r=bgrinsIt has mochitest failures https://treeherder.mozilla.org/#/jobs?repo=try&revision=c30f43bded218d37bd3e22f27f1c74b4a721c5d0&selectedJob=234870145, I cannot reproduce locally, for example this one:
TEST-UNEXPECTED-ERROR | testing/firefox-ui/tests/puppeteer/test_update_wizard.py TestUpdateWizard.test_elements | NoSuchElementException: Unable to locate element: [dlgtype="cancel"].
Could it be because buttons Custom Element is not yet attached, when button is accessed?
Possibly, if the element hasn't become visible and XBL hasn't yet constructed (since we rely on the CE upgrade call inside XBL constructor).
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•