Closed
Bug 1849939
Opened 2 years ago
Closed 2 years ago
`sendString` of `EventUtils` does not call `sendChar` with `aWindow`
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox116 | --- | unaffected |
| firefox117 | --- | unaffected |
| firefox118 | --- | fixed |
| firefox119 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1840519
status-firefox116:
--- → unaffected
status-firefox117:
--- → unaffected
status-firefox118:
--- → affected
status-firefox-esr102:
--- → unaffected
status-firefox-esr115:
--- → unaffected
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/816ebbb7cd68
Make `sendString` in `EventUtils` call `sendChar` with `aWindow` r=smaug
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Comment 5•2 years ago
|
||
:masayuki could you please nominate this for beta uplift when ready?
Flags: needinfo?(masayuki)
| Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9350214 [details]
Bug 1849939 - Make sendString in EventUtils call sendChar with aWindow r=smaug
Beta/Release Uplift Approval Request
- User impact if declined: Nothing for users because it's a test API. Currently, nobody uses the feature, but other uplifting patches may become new victims of this bug.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Fixing a simple mistake in the test API.
- String changes made/needed: none
- Is Android affected?: Yes
Flags: needinfo?(masayuki)
Attachment #9350214 -
Flags: approval-mozilla-beta?
Comment 7•2 years ago
|
||
Comment on attachment 9350214 [details]
Bug 1849939 - Make sendString in EventUtils call sendChar with aWindow r=smaug
Approved for 118.0b3
Attachment #9350214 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•