From: | Scott Furry <scott(dot)wl(dot)furry(at)gmail(dot)com> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Found a bug |
Date: | 2014-10-04 17:38:07 |
Message-ID: | 5430307F.5010007@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Eric Wadsworth | 2014-10-05 21:05:59 | Re: Found a bug |
Previous Message | Guillaume Lelarge | 2014-10-04 13:13:37 | Re: SSH Tunnel port |