Closed
Bug 1885542
Opened 1 year ago
Closed 1 year ago
"WheelScrollAction.performOneWheelScroll" doesn't update key input state
Categories
(Remote Protocol :: WebDriver BiDi, defect, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m11], [wptsync upstream][webdriver:relnote])
Attachments
(2 files)
Originally filed as: https://github.com/puppeteer/puppeteer/issues/12093
As described we are not correctly updating the wheel action with the global key state and as such a previously set modifier key is not included when synthesizing the wheel scroll event through EventUtils:
First we need to forward the state from WheelScrollAction.dispatch to WheelScrollAction.performOneWheelScroll, and there the event data needs to be updated with the global key state as done here for multitouch event:
| Reporter | ||
Updated•1 year ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m11]
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:whimboo, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(hskupin)
| Reporter | ||
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(hskupin)
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/27bca281398d
Set modifier properties based on whether any corresponding keys are pressed to wheel event. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/483c12f06e38
[wdspec] Add tests for wheel event with control key pressed. r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46093 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m11] → [webdriver:m11], [wptsync upstream]
Upstream PR was closed without merging
Comment 7•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/27bca281398d
https://hg.mozilla.org/mozilla-central/rev/483c12f06e38
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Upstream PR merged by moz-wptsync-bot
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m11], [wptsync upstream] → [webdriver:m11], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•