Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.48 KB

ISSUE_TEMPLATE.md

File metadata and controls

37 lines (22 loc) · 2.48 KB

Issues are for bug reports only. A simple 'Feature x doesn't appear to be working` is not a bug report!

So you have a question to ask, where can you look for answers?

Note: CefSharp is just a wrapper around the Chromium Embedded Project, it's worth searching http://magpcss.org/ceforum/index.php if your problem involves a low level Chromium error message

We ask that you put in a reasonable amount of effort in searching through the resources listed above. The developers have full time jobs, they have lives, families, the time they have available to contribute this project is a precious resource, make sure you use it wisely! Remember the more time we spend answering the same questions over and over again, less time goes into writing code, adding new features, actually fixing bugs!

Still have a question to ask or unsure where to go next? Start with the Gitter Chat room : https://gitter.im/cefsharp/CefSharp

-- To continue submitting a bug report, delete everything above, and then fill in the details below.

  • What steps will reproduce the problem?

  • What is the expected output? What do you see instead?

  • Are you using WinForms, WPF or OffScreen?

  • What version of the product are you using? On what operating system? x86 or x64?

    • What version are you using? Nuget? CI Nuget? build from a branch? If so which branch?

    • Win7, Win 8, Win10, etc?

  • Please provide any additional information below.

    • A stack trace if available, any Exception information.

    • Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)

    • Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls?

  • Does this problem also occur in the Cef TestApp from http://cefbuilds.com?