#6813 closed defect (fixed)
GUI: Tooltips eat keypresses
Reported by: | wjp | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
If a tooltip opens while you're typing in a textarea, the next keypress will close the tooltip, but will not be registered by the textarea.
This is very annoying, as it effectively causes a keypress to disappear.
Ticket imported from: bugs/6813.
Change History (4)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
The simplest thing to do would be to simply pass any event the tooltip receives back to the parent dialog. But that seems to only partly work. It worked for me with the keyboard events, but mouse down events didn't appear to go to the right widget when clicking on a button that has a tool tip. Maybe the button didn't have focus or something like that.