Opened 9 years ago

Closed 9 years ago

Last modified 5 years ago

#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 eriktorbjorn, 9 years ago

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.

comment:2 by eriktorbjorn, 9 years ago

I think it should be fixed now.

comment:3 by eriktorbjorn, 9 years ago

Owner: set to eriktorbjorn
Resolution: fixed
Status: newclosed

comment:4 by digitall, 5 years ago

Component: GUI
Note: See TracTickets for help on using tickets.