Re: [PATCH] shell: show input panel on configure, if activated

2012-08-10 Thread Philipp Brüschweiler
Yes, sorry about that. I should have written that into the commit message. I'm not sure if you'd categorize this patch as a fix or a feature. Try the following: - start an editor - click into a text field - start a keyboard Notice that the keyboard doesn't appear until you click the other input f

Re: [PATCH] shell: show input panel on configure, if activated

2012-08-10 Thread Kristian Høgsberg
On Fri, Aug 10, 2012 at 10:42:54AM +0200, Philipp Brüschweiler wrote: I'm not sure what this is fixing (it's always good to point that out in the commit message). We don't want to show the input panel on configure, ie when the keyboard attaches a buffer to the surface. We only show it when some

[PATCH] shell: show input panel on configure, if activated

2012-08-10 Thread Philipp Brüschweiler
--- src/shell.c | 29 + 1 Datei geändert, 17 Zeilen hinzugefügt(+), 12 Zeilen entfernt(-) diff --git a/src/shell.c b/src/shell.c index 9c8a8a9..670cfd6 100644 --- a/src/shell.c +++ b/src/shell.c @@ -2520,13 +2520,22 @@ unlock(struct wl_listener *listener, void *data)