Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fonts do not print correctly when printing route map within new Google Maps #531

Closed
CaptThom opened this issue Oct 23, 2014 · 6 comments
Closed
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Milestone

Comments

@CaptThom
Copy link

Example:
image

Steps to reproduce:
Load and execute the CefSharp.MinimalExample winform solution.
Paste into the URL address: https://www.google.com/maps/dir/Washington,+DC+20009/Alexandria,+VA+22314/am=t
Select the print icon on the map screen and select either print option.
See output similar to the image above.

@jornh
Copy link
Contributor

jornh commented Oct 23, 2014

Without investigating it myself this too sounds like an upstream CEF issue. CefSharp merely pass a call on to a print() method. See my #527 (comment) for how to isolate. Possibly it works better with newer than branch 1750 CEF. Printing has recently undergone changes in that area.

@jornh jornh added the upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. label Oct 23, 2014
@CaptThom
Copy link
Author

You are correct sir. cefclient.exe from branch 2062 forward does not have this problem. When might one of the later branches be integrated into cefsharp? Thank you!

@jornh
Copy link
Contributor

jornh commented Oct 23, 2014

Hopefully some time next month - you are more than welcome to take build.ps1 from https://github.com/cefsharp/cef-binary/tree/2062/master for a spin to package up the CEF NuGets then see how the #506 PR works out for you.

A few extra eyeballs/fingers on keys probably won't hurt us in progressing faster ... 😄

@jornh jornh added this to the 37.0.0 milestone Oct 23, 2014
@jornh
Copy link
Contributor

jornh commented Oct 26, 2014

We moved a bit forward on the 2062 situation. So with #532 you don't need to package up cef.* NuGet packages any more as they are now on the NuGet staging server.

Here's the print output I get with CefSharp.WinForms.Example:
image

@jornh
Copy link
Contributor

jornh commented Nov 12, 2014

@CaptThom Please check out the current master branch and report back here. I believe the issue is fixed now.

@jornh
Copy link
Contributor

jornh commented Nov 19, 2014

Closing due to merge of CEF 2062 in #573

@jornh jornh closed this as completed Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Projects
None yet
Development

No branches or pull requests

2 participants