Bug 79857 - need Copy/Select All function to Browser control
Summary: need Copy/Select All function to Browser control
Status: RESOLVED DUPLICATE of bug 75815
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 02:52 EST by Hirotaka Matsumoto CLA
Modified: 2004-12-03 09:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hirotaka Matsumoto CLA 2004-12-01 02:52:35 EST
Since Browser widget shows the HTML page, it'd be great if it
provided a "Copy" function and "Select All" function. I'm not sure
how to for Mozilla, but for IE, win32's Browser class has already had:

 OleControlSite site;

so if you will call :

site.exec(OLE.OLECMDID_COPY or OLE.OLECMDID_SELECTALL,
          OLE.OLECMDEXECOPT_DODEFAULT, null, null);

we can get "Copy" and "Select All", which are the same functions
in the typical Edit menu.
.
Comment 1 Benjamin Pasero CLA 2004-12-01 04:07:58 EST
Hi,

already opened a similiar bugreport covering this features in #75815

I am eagerly awaiting those enhancements :)

Ben
Comment 2 Hirotaka Matsumoto CLA 2004-12-01 21:56:04 EST
also I'd like to see the status. It can be done for win32 :

site.queryStatus(OLE.OLECMDID_COPY or OLE.OLECMDID_SELECTALL)


Comment 3 Christophe Cornu CLA 2004-12-03 09:34:29 EST

*** This bug has been marked as a duplicate of 75815 ***