Opened 18 years ago
Closed 17 years ago
#1152 closed bug (fixed)
Can't type anything in the debugger if a menu is opened
Reported by: | jackburton | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If an application crashes while it has an opened menu (see bug #1151 for example), the menu window steals every keystroke and you can't type anything in the debugger.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Indeed, maybe keyboard input focus should use a completely different mechanism than the visible window focus.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev22149. The menus are now app floating, and thus do no longer prevent a debugging session from happening.
Note:
See TracTickets
for help on using tickets.
hrev20662 works around this problem, but I'm keeping it opened since we might search a better solution.