Closed
Bug 128533
Opened 23 years ago
Closed 6 years ago
Key events are not passed to the toplevel window
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mpgritti, Assigned: blizzard)
Details
To reproduce:
Run gtkmozembed, open a page, assign an accellerator key to one of the menus.
Click on the page, and try the assigned accellerator, it doesnt work.
In galeon we needed to workaround this passing the keys events to the toplevel
by ourself, but we dont know which events are already consumed by mozilla, so we
need to guess which keys mozilla is going to use in the given context (a lot of
ugly code). It would be cool if this could be handled directly by gtkmozembed.
Reporter | ||
Comment 2•23 years ago
|
||
Update:
This does no more apply to gtk2. The keys are passed first to the toplevel,
then to widget. Not sure what we should do with this bug.
Updated•16 years ago
|
QA Contact: pavlov → gtk-widget
Updated•13 years ago
|
Product: Core → Core Graveyard
Comment 3•6 years ago
|
||
Embedding: GTK Widget isn't a thing, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•