Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-20 Thread Alfredo Braunstein
Stefan Schimanski wrote: Anybody tried it? Need another OK for committing. Works here (linux). Go ahead. A/

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-20 Thread Alfredo Braunstein
Stefan Schimanski wrote: > Anybody tried it? Need another OK for committing. Works here (linux). Go ahead. A/

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-19 Thread Stefan Schimanski
Anybody tried it? Need another OK for committing. Stefan Am 18.06.2007 um 11:37 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-19 Thread Stefan Schimanski
Anybody tried it? Need another OK for committing. Stefan Am 18.06.2007 um 11:37 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space

[patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Stefan Schimanski
The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the popup widget behavior is different. An

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Stefan Schimanski wrote: The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the popup widget behavior is

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Stefan Schimanski wrote: The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Stefan Schimanski
Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space will also select the current item and you can continue typing arguments. Note that also Enter will not issue the command, but go back

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Stefan Schimanski wrote: Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space will also select the current item and you can continue typing arguments. Note that also Enter will not issue

[patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Stefan Schimanski
The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the popup widget behavior is different. An

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Stefan Schimanski wrote: The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the popup widget behavior is

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Stefan Schimanski wrote: The bug: http://bugzilla.lyx.org/show_bug.cgi?id=3588 On MacOSX enter is no activation key for a QListWidget. Hence it does not close the command completion popup. Moreover setFocus does not focus the widget correctly, probably because the

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Stefan Schimanski
Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space will also select the current item and you can continue typing arguments. Note that also Enter will not issue the command, but go back

Re: [patch] Mini-buffer popup does not close on enter or space, #3588

2007-06-18 Thread Abdelrazak Younes
Stefan Schimanski wrote: Sorry, I misread Key_Space for Key_Escape. But Key_Space of course doesn't look right as an LFUN can have arguments. That's the reason for Key_Space. Space will also select the current item and you can continue typing arguments. Note that also Enter will not issue