Closed
Bug 2019661
Opened 9 days ago
Closed 2 days ago
Prompts shouldn't be automatically closed when only WebDriver classic is used
Categories
(Remote Protocol :: Agent, defect, P2)
Remote Protocol
Agent
Tracking
(firefox-esr115 unaffected, firefox-esr140 unaffected, firefox148 unaffected, firefox149 affected, firefox150 fixed)
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | unaffected |
| firefox149 | --- | affected |
| firefox150 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha, NeedInfo)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [webdriver:m19])
Attachments
(1 file)
Reported at https://github.com/mozilla/geckodriver/issues/2241
Launch Firefox with Geckodriver, open a JS console and try running alert("hi"). I expect to see an alert, but nothing seems to happen instead. (confirm() appears similarly broken; I see that it always instantly returns false.)
Sasha, can you please take a look? Thanks.
Comment 1•9 days ago
|
||
:Sasha, since you are the author of the regressor, bug 1905086, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(aborovova)
| Assignee | ||
Comment 2•9 days ago
|
||
Updated•9 days ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Updated•9 days ago
|
Severity: -- → S3
Flags: needinfo?(aborovova)
| Assignee | ||
Updated•5 days ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m19]
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d6915cc5e1be
https://hg.mozilla.org/integration/autoland/rev/e41605b23348
Initialize "UserPromptHandlerManager" only when "bidi" flag is set on the session. r=whimboo
Comment 4•2 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 days ago
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Comment 5•1 day ago
|
||
The patch landed in nightly and beta is affected.
:Sasha, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox149towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(aborovova)
You need to log in
before you can comment on or make changes to this bug.
Description
•