Closed GoogleCodeExporter closed 9 years ago
1. should be settings.json
Original comment by jus...@colabdigital.com
on 23 May 2013 at 2:44
Paste works fine?
Seems like we will have to copy the data to clipboard for the ctrl+c
shortcut by ourselves. I've googled and found this solution:
https://groups.google.com/d/msg/microsoft.public.inetexplorer.ie4.activex_contrl
/n9M4bElZjTo/2ggWcV8-HBYJ
Or maybe just document.execCommand("copy") will do fine.
Original comment by czarek.t...@gmail.com
on 23 May 2013 at 2:58
why czarek.tomczak don't make copy/paste in ini file. "copy" is too important
and too essential.
Consider it please.
Many thanks.
Original comment by CongJian...@gmail.com
on 30 Sep 2013 at 10:01
Original comment by czarek.t...@gmail.com
on 19 Jan 2014 at 7:25
PHP Desktop with Chrome embedded was just released, see the main project page.
Copying/pasting, ctrl+c, ctrl+x, all of these work fine in Chrome.
Original comment by czarek.t...@gmail.com
on 20 Jan 2014 at 12:28
MSIE engine has now low priority, as phpdesktop-chrome was released.
Original comment by czarek.t...@gmail.com
on 21 Jan 2014 at 12:24
It seems that it is both Cut and Copy operations that do not work. The solution
that I suggested in comment #2 does not fix the problem completely, as it is
not only the keyboard shortcuts that do not work. When selection Cut/Copy
options from the mouse context menu, it also doesn't work.
Original comment by czarek.t...@gmail.com
on 22 Jan 2014 at 1:04
When calling Paste or Delete operations from mouse context menu, they work
okay, also no messages appear in the console.
But when Copy or Cut is called then an "unknown interface" message appears in
the console:
- 14:08:59.206 DEBUG: OleClientSite::QueryInterface(): unknown interface, riid = {c90db44a-1902-451e-bdf0-5c89660b528c}
Googling this riid gives no results. Maybe searching through WIN SDK header
files will help.
Original comment by czarek.t...@gmail.com
on 22 Jan 2014 at 1:11
Fixed issues with clipboard commands (Cut, Copy) in revision 16687f97a2e3.
Original comment by czarek.t...@gmail.com
on 22 Jan 2014 at 1:59
Version 1.11 of PHP Desktop MSIE released.
Original comment by czarek.t...@gmail.com
on 22 Jan 2014 at 9:13
Original issue reported on code.google.com by
jus...@colabdigital.com
on 23 May 2013 at 2:42