Re: Floating Dock-Widget schließen

2011-09-29 Thread Pavel Sanda
Stephan Witt wrote: > I tried the search widget already to compare it with the spell checker. > Here on my mac it isn't a dock widget. And escape closes it already. i tried it here and it closes it in both cases already so forget my previous post... pavel

Re: Floating Dock-Widget schließen

2011-09-29 Thread Stephan Witt
Am 29.09.2011 um 14:40 schrieb Pavel Sanda: > Stephan Witt wrote: >> Currently we handle the escape key of our dock widgets manually. >> When the user presses Escape the focus is switched to the main window. >> This makes sense when the dock widget is docked. When it is floating >> it should close

Re: Floating Dock-Widget schließen

2011-09-29 Thread Pavel Sanda
Stephan Witt wrote: > Currently we handle the escape key of our dock widgets manually. > When the user presses Escape the focus is switched to the main window. > This makes sense when the dock widget is docked. When it is floating > it should close, IMHO. But this is not the case. iirc there was r

Floating Dock-Widget schließen

2011-09-28 Thread Stephan Witt
Currently we handle the escape key of our dock widgets manually. When the user presses Escape the focus is switched to the main window. This makes sense when the dock widget is docked. When it is floating it should close, IMHO. But this is not the case. The attached patch corrects this. Any object