Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-14 Thread Juha Manninen
On Thu, Apr 2, 2015 at 7:57 PM, JuuS j...@mykolab.ch wrote:
 It just struck me...it appears the top/left property is capturing the
 mouse position...?

This is a real error. See
  http://bugs.freepascal.org/view.php?id=27854

It is caused by the same revision that fixed the related issue #23891,
found by Vojtech.

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-09 Thread JuuS
Still doing it in RC3.

Blank form, added a TMemo, selected left in object inspector, changed
the left coordinate, pressed enter, then with mouse tried to move the
memo, it is still capturing mouse movements and top went to 1624 with
the memo flying off the form boundaries.


On 04/07/2015 05:07 PM, Vojtěch Čihák wrote:
 I cannot reproduce in 1.4RC3 under Wine.
 
  
 
 V.
 
 __
 Od: Juha Manninen juha.mannine...@gmail.com
 Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
 Datum: 03.04.2015 14:02
 Předmět: Re: [Lazarus] Mild bug in 1.4RC2?

 
 On Thu, Apr 2, 2015 at 9:44 PM, Vojtěch Čihák vojtech.ci...@atlas.cz
 wrote:
 I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891
 
 Lazarus 1.4 was branched at 11 of January this year.
 The bug was fixed a long before that, thus the fix is included there.
 According to JuuS the problem happens in 1.4RC2. Can other people
 reproduce it?
 
 Juha
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-09 Thread JuuS


On 04/09/2015 05:38 PM, Martin Frb wrote:
 On 09/04/2015 09:51, JuuS wrote:
 Still doing it in RC3.

 Blank form, added a TMemo, selected left in object inspector, changed
 the left coordinate, pressed enter, then with mouse tried to move the
 memo, it is still capturing mouse movements and top went to 1624 with
 the memo flying off the form boundaries.


 On 04/07/2015 05:07 PM, Vojtěch Čihák wrote:
 I cannot reproduce in 1.4RC3 under Wine.
 Compare the versions of wine involved please?
 
 And also the WindowManager used  for your none-wine desktop (since wine
 would probably get information from it)
 
 Different versions of wine may have bugs of there own. It is possible
 that the IDE receives messages in an unexpected order.

Sorry, I should have given more information perhaps. I am not using
wine, this was run under brand new install of 1.4RC3 on kubuntu 14.04. I
am not sure if you were asking me or Vojtech...

 
 

 I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891
 Lazarus 1.4 was branched at 11 of January this year.

 
 
 -- 
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-09 Thread Martin Frb

On 09/04/2015 09:51, JuuS wrote:

Still doing it in RC3.

Blank form, added a TMemo, selected left in object inspector, changed
the left coordinate, pressed enter, then with mouse tried to move the
memo, it is still capturing mouse movements and top went to 1624 with
the memo flying off the form boundaries.


On 04/07/2015 05:07 PM, Vojtěch Čihák wrote:

I cannot reproduce in 1.4RC3 under Wine.

Compare the versions of wine involved please?

And also the WindowManager used  for your none-wine desktop (since wine 
would probably get information from it)


Different versions of wine may have bugs of there own. It is possible 
that the IDE receives messages in an unexpected order.






I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891

Lazarus 1.4 was branched at 11 of January this year.




--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-07 Thread Vojtěch Čihák

I cannot reproduce in 1.4RC3 under Wine.
 
V.
__

Od: Juha Manninen juha.mannine...@gmail.com
Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
Datum: 03.04.2015 14:02
Předmět: Re: [Lazarus] Mild bug in 1.4RC2?


On Thu, Apr 2, 2015 at 9:44 PM, Vojtěch Čihák vojtech.ci...@atlas.cz wrote:

I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891 
http://bugs.freepascal.org/view.php?id=23891


Lazarus 1.4 was branched at 11 of January this year.
The bug was fixed a long before that, thus the fix is included there.
According to JuuS the problem happens in 1.4RC2. Can other people reproduce it?

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-03 Thread Juha Manninen
On Thu, Apr 2, 2015 at 9:44 PM, Vojtěch Čihák vojtech.ci...@atlas.cz wrote:
 I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891

Lazarus 1.4 was branched at 11 of January this year.
The bug was fixed a long before that, thus the fix is included there.
According to JuuS the problem happens in 1.4RC2. Can other people reproduce it?

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-03 Thread JuuS


On 04/03/2015 02:00 PM, Juha Manninen wrote:
 On Thu, Apr 2, 2015 at 9:44 PM, Vojtěch Čihák vojtech.ci...@atlas.cz wrote:
 I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891
 
 Lazarus 1.4 was branched at 11 of January this year.
 The bug was fixed a long before that, thus the fix is included there.
 According to JuuS the problem happens in 1.4RC2. Can other people reproduce 
 it?

Yes, I'm definitely using 1.4RC2.

 
 Juha
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Mild bug in 1.4RC2?

2015-04-02 Thread JuuS
Hi all,

I'm working with Lazarus 1.4RC2 on kubuntu 14.04.

Tonight while designing a form I had a a tcheckbox and a tcombobox that
had become hidden. I went to the object inspector and set the Left
property to 1, hit enter, then when I went to move the control to the
proper place with the mouse it went flying off in y direction by more
than a 1000 pixels.

This happened with both controls. I then tried it with a tmemo and other
weird movements and controls flying out of the form's bounds.

It only happens (also with top property) when the focus is still on the
property of the co-ordinate.

Steps to reproduce:

select a tcheckbox or whatever. Go to object inspector. double click the
left property to select the pixels offset. Type 1 and hit enter. Now,
with the mouse, simply try to drag that control to another position.

If the focus is not on the left or top in the object inspector
everything can be moved with no problems.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-02 Thread JuuS


On 04/02/2015 06:52 PM, JuuS wrote:
 Hi all,
 
 I'm working with Lazarus 1.4RC2 on kubuntu 14.04.
 
 Tonight while designing a form I had a a tcheckbox and a tcombobox that
 had become hidden. I went to the object inspector and set the Left
 property to 1, hit enter, then when I went to move the control to the
 proper place with the mouse it went flying off in y direction by more
 than a 1000 pixels.

It just struck me...it appears the top/left property is capturing the
mouse position...?


 
 This happened with both controls. I then tried it with a tmemo and other
 weird movements and controls flying out of the form's bounds.
 
 It only happens (also with top property) when the focus is still on the
 property of the co-ordinate.
 
 Steps to reproduce:
 
 select a tcheckbox or whatever. Go to object inspector. double click the
 left property to select the pixels offset. Type 1 and hit enter. Now,
 with the mouse, simply try to drag that control to another position.
 
 If the focus is not on the left or top in the object inspector
 everything can be moved with no problems.
 
 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-02 Thread Vojtěch Čihák

Hi,
 
this is already resolved in trunk.
 
V.
 
__

Od: JuuS j...@mykolab.ch
Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
Datum: 02.04.2015 18:53
Předmět: [Lazarus] Mild bug in 1.4RC2?


Hi all,

I'm working with Lazarus 1.4RC2 on kubuntu 14.04.

Tonight while designing a form I had a a tcheckbox and a tcombobox that
had become hidden. I went to the object inspector and set the Left
property to 1, hit enter, then when I went to move the control to the
proper place with the mouse it went flying off in y direction by more
than a 1000 pixels.

This happened with both controls. I then tried it with a tmemo and other
weird movements and controls flying out of the form's bounds.

It only happens (also with top property) when the focus is still on the
property of the co-ordinate.

Steps to reproduce:

select a tcheckbox or whatever. Go to object inspector. double click the
left property to select the pixels offset. Type 1 and hit enter. Now,
with the mouse, simply try to drag that control to another position.

If the focus is not on the left or top in the object inspector
everything can be moved with no problems.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-02 Thread Vojtěch Čihák

I'm sure it was this: http://bugs.freepascal.org/view.php?id=23891 
__

Od: Juha Manninen juha.mannine...@gmail.com
Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org
Datum: 02.04.2015 20:09
Předmět: Re: [Lazarus] Mild bug in 1.4RC2?


On Thursday, April 2, 2015, Vojtěch Čihák vojtech.ci...@atlas.cz 
vojtech.ci...@atlas.cz wrote:
 
this is already resolved in trunk.
 Do you know the revision? Is there a bug report? Maybe it should be merged for 
1.4.Juha

--

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Mild bug in 1.4RC2?

2015-04-02 Thread Juha Manninen
On Thursday, April 2, 2015, Vojtěch Čihák vojtech.ci...@atlas.cz wrote:



 this is already resolved in trunk.


 Do you know the revision? Is there a bug report? Maybe it should be merged
for 1.4.

Juha
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus