Re: Found a bug - Mailing list pgadmin-support

From Scott Furry
Subject Re: Found a bug
Date
Msg-id 5430307F.5010007@gmail.com
Whole thread Raw
In response to Found a bug  (Eric Wadsworth <eric@wadhome.org>)
Responses Re: Found a bug  (Eric Wadsworth <eric@wadhome.org>)
List pgadmin-support
On 03/10/14 10:38 AM, Eric Wadsworth wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Folks,
>
> When you undock the output of a SQL command from the SQL editor, you
> can no longer copy from it using CTRL-C or the linux primary clipboard
> (select, then middle-click to paste). When you redock, it works again.
>
> Ubuntu Linux 14.04 LTS, 64-bit desktop edition
> pgAdmin 1.18.1
>
> - --- Eric Wadsworth
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iEYEARECAAYFAlQu0R0ACgkQD+WWuyKfye3aPQCcDJ+B3EgxNKW1kgXrxbOnZwny
> xmoAn0uEZZCY/f5kUQqoKttNPt+bINs3
> =R82j
> -----END PGP SIGNATURE-----
>
>

Eric,
What I suspect is happening is a problem associated with wxwidgets event 
propagation.

A top-level window is created it is associated with an application 
object. The app object will pass events down until it has exhausted all 
possible children that could handle the event. By taking a panel and 
turning it into a window (detaching it from the top-level window), there 
may be a missing association back to the app object. Thus, the undocked 
window will not receive keyboard events from the application.

This is all a guess on my part, but it sounds reasonable. I would have 
to dig into the code to confirm.

Did you file a bug report with your observations?

Regards,
Scott Furry




pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: SSH Tunnel port
Next
From: Eric Wadsworth
Date:
Subject: Re: Found a bug