Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 82e70476d461d1cbb3d04509a3fc257f62d11a52
https://github.com/WebKit/WebKit/commit/82e70476d461d1cbb3d04509a3fc257f62d11a52
Author: Brianna Fan <[email protected]>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
M Websites/bugs.webkit.org/template/en/custom/bug/create/create.html.tmpl
Log Message:
-----------
REGRESSION: webkitbot fails to create Bugzilla bugs
https://bugs.webkit.org/show_bug.cgi?id=283333
rdar://140159876
Reviewed by Sam Sneddon.
Submitting the form to create a new bug relies on mechanize.Browser.submit()
which in turn calls mechanize.HTMLForm.click(). Without specified args,
click() "will click on the first clickable control".
The recent bugzilla redesign added a new clickable button ("Save as Template")
which is what we're clicking instead of "Submit Bug".
This change adds an id to the "Submit Bug" button and passes it as
an argument to submit().
* Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py:
(Bugzilla.create_bug):
* Websites/bugs.webkit.org/template/en/custom/bug/create/create.html.tmpl:
Canonical link: https://commits.webkit.org/286863@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes