On Sat, 2006-08-26 at 19:13 +0200, Vadim Zeitlin wrote: > On Sat, 26 Aug 2006 16:11:47 +0300 Nerijus Baliunas <[EMAIL PROTECTED]> wrote: > > NB> How couldn't it be pasted into firefox? By Ctrl-V or Shift-Insert into > address bar? > > Yes. > > NB> I always paste by just pressing middle mouse button somewhere in a > NB> page, > > I didn't even know this could work.
Me neither, and I don't see it working with firefox-1.5.0.6, not even after disabling auto-scroll functionality which is activated by middle mouse button click on page. > NB> but it doesn't work on Windows. Is it possible to change back old > NB> behaviour for Linux? > > Isn't it better to be able to paste using Shift-Ins? > > Anyhow, I think the only solution is to either copy it to both primary and > clipboard X selections or have an option for this. Currently copying it to one removes it from the other due to some wrong code. There are some patches available and I intend to solve this in CVS before wxWidgets-2.6.4. But of course PRIMARY should be whatever is currently selected, and native controls handle this automatically. I need them both because I have a custom control where selection is hand-coded, and as such would like to modify PRIMARY when selection, and put it into CLIPBOARD when the user actually select copy from the context menu (while keeping it in PRIMARY, because the selection doesn't go away). Related to that, I hope to be able to get notifications when PRIMARY ownership is given to another app (user selected something in another app), to be able to remove the selection in the custom control as is the common custom. But that's a different story. Regards, Mart Raudsepp ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
