Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Bart via lazarus
On Wed, Jan 23, 2019 at 4:20 PM Vojtěch Čihák via lazarus wrote: > On GTk2, Escape key is reseted when Edit is focused, otherwise it works. That sounds like a bug? Escape is supposed to reach a button with Cancel=True before other controls on the form can see it IIRC? -- Bart -- __

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Vojtěch Čihák via lazarus
azarus mailing list" Datum: 23.01.2019 12:57 Předmět: Re: [Lazarus] IDE dlg Go To don't react to Esc key On Wed, Jan 23, 2019 at 10:43 AM Mattias Gaertner via lazarus wrote: > I added #13 and #27. Now it works again under Linux/gtk2. Thanks. Odd though, since on my Linux machine

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Bart via lazarus
On Wed, Jan 23, 2019 at 10:43 AM Mattias Gaertner via lazarus wrote: > I added #13 and #27. Now it works again under Linux/gtk2. Thanks. Odd though, since on my Linux machine this worked with GTK2 without that addition. Wondering why. -- Bart -- __

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-23 Thread Mattias Gaertner via lazarus
On Tue, 22 Jan 2019 18:57:46 +0100 Bart via lazarus wrote: > On Tue, Jan 22, 2019 at 6:41 PM AlexeyT via lazarus > wrote: > > > >If so, does it work in r60107? > > Please test that, otherwise I have no idea wether my changes causes > this. If r60107 works, then please add #27 to the allowed

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-22 Thread Bart via lazarus
On Tue, Jan 22, 2019 at 6:41 PM AlexeyT via lazarus wrote: > >If so, does it work in r60107? Please test that, otherwise I have no idea wether my changes causes this. If r60107 works, then please add #27 to the allowed keys in Edit1KeyPress (r60108 or later) and see if that helps. Bart --

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-22 Thread AlexeyT via lazarus
Ok: You mean GotLine dialog (default shoertcut: Ctrl+G)? yes. If so, does it work in r60107? I don't know, but i retested in later revision. Alex -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/l

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-22 Thread Bart via lazarus
On Mon, Jan 21, 2019 at 10:58 PM AlexeyT via lazarus wrote: > r60137. fpc 3.0.4. Ubuntu 18.04 gtk2 x64. rebuilt with clean-all. ESC > still don't work. Please answer the questions in my first reply. -- Bart -- ___ lazarus mailing list lazarus@lists.

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-21 Thread AlexeyT via lazarus
r60137. fpc 3.0.4. Ubuntu 18.04 gtk2 x64. rebuilt with clean-all. ESC still don't work. (checked on 2 PCs) On 22.01.2019 0:20, Bart via lazarus wrote: @AlexeyT: a reaction please? -- Regards, Alexey -- ___ lazarus mailing list lazarus@lists.lazaru

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-21 Thread Bart via lazarus
On Sat, Jan 19, 2019 at 11:44 PM Bart wrote: @AlexeyT: a reaction please? -- Bart -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-19 Thread Bart via lazarus
On Sat, Jan 19, 2019 at 11:37 PM Bart wrote: > You mean GotLine dialog (default shoertcut: Ctrl+G)? > If so, does it work in r60107? Well, that dialog still works fine for me (closes on escape) with the changes of r60108 on Linux Mint 18.2 64-bit/fpc 3.0.4 -- Bart -- _

Re: [Lazarus] IDE dlg Go To don't react to Esc key

2019-01-19 Thread Bart via lazarus
On Sat, Jan 19, 2019 at 10:55 PM AlexeyT via lazarus wrote: > Dialog must cancel on Esc press, now it doesn't. Latest SVN, Linux gtk2 x64. You mean GotLine dialog (default shoertcut: Ctrl+G)? If so, does it work in r60107? I can't really see how my change influences that (but it's late, so I ma

[Lazarus] IDE dlg Go To don't react to Esc key

2019-01-19 Thread AlexeyT via lazarus
Dialog must cancel on Esc press, now it doesn't. Latest SVN, Linux gtk2 x64. -- Regards, Alexey -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus