Closed
Bug 950255
Opened 12 years ago
Closed 11 years ago
Make native key bindings work with e10s
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
DUPLICATE
of bug 977904
People
(Reporter: dvander, Unassigned)
References
Details
bug 282097 introduced native key binding handling that doesn't work on e10s, since the widget events can't be sent over IPC (see bug 906237). We'll have to address this somehow eventually. Masayuki mentioned two possibilities:
(1) Ask for key bindings remotely from the child process - the parent would keep the widget event around. Probably the simplest solution.
(2) Send enough data such that the child process can reconstruct the event, though this seems tricky on Cocoa.
Another idea is to always compute the bindings in the parent process, then forward them to the child, but this could be tricky as it's context sensitive.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•