cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Print selection option not available #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open cefclient with any link
2. select some text
3. choose print to open print dialog window

What is the expected output? What do you see instead?
Print dialog open and "print selection" option available.
I see "print selection" option grayed and unavailable.

What version of the product are you using? On what operating system?
Latest downloadable binary (r212), WinVista 32bit
CefClient windowed and Cefclient OffScreen Rendering

Original issue reported on code.google.com by raffaele...@gmail.com on 28 Apr 2011 at 3:03

GoogleCodeExporter commented 9 years ago
More generally, CEF doesn't support printing a selection.  Chrome handles 
printing a selection by copying the selection to a new WebView and printing the 
frame when it finishes loading (see PrintWebViewHelper::CopyAndPrint in 
print_web_view_helper.cc).

Original comment by emerick on 28 Aug 2011 at 11:02

GoogleCodeExporter commented 9 years ago
CEF1 has entered bug-fix-only maintenance mode. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=10647 for details. If this 
issue applies to the current version of CEF3 please create a new issue.

Original comment by magreenb...@gmail.com on 11 Oct 2013 at 1:51