Closed
Bug 992423
Opened 11 years ago
Closed 11 years ago
[e10s] Scrollbar drag can get stuck
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1053716
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: Felipe, Unassigned)
Details
1 - start a scrollbar drag
2 - keep holding mousedown
3 - mouseup outside of the browser area (e.g. the UI)
The scrollbar dragging will get stuck as if you didn't lift the mouse button.
I suspect this is because the mouseup event won't be forwarded to the child process if it didn't happen above the browser element (because then the browser element won't be the target for the event).
I imagine we will need to do a setCapture here, and maybe at all cases of mouse events to a remote browser.
Updated•11 years ago
|
tracking-e10s:
--- → +
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Comment 3•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•