Closed TomasPojezny-IdeaStatiCa closed 10 months ago
- What version of the product are you using? Nuget 110.0.300
Please test with the current release.
Custom Margins do not work
CefSharp
does little more than populate the structure and call the underlying CEF method
. So I suspect this is a problem in CEF
https://github.com/chromiumembedded/cef/blob/5615/include/internal/cef_types.h#L2536
If the problem reproduces in the current supported version then it's probably worth stepping through with the debugger to confirm the correct values is being passed through. On the surface it looks like an upstream issue in CEF.
I've implemented PDF.js, which gives you complete control https://mozilla.github.io/pdf.js/
Hi, I've tested it with 115.3.130 and still it doesn't work.
stepping through with the debugger to confirm the correct values is being passed through. On the surface it looks like an upstream issue in CEF.
Build the project from source, confirm the values are being passed through correctly. The actual implementation is at the CEF/Chromium
level.
Closing as upstream
. If this still reproduces with the current supported version of CEF
(M121 at time of writing) then you'll need to raise an issue at https://github.com/chromiumembedded/cef/issues (Post a link back here for reference)
Still happens in 121, I've created an issue here.
What version of the product are you using? Nuget 110.0.300
What architecture x86 or x64? x64
What version of .Net? Net 4.8
On what operating system? Win11
Are you using
WinForms
,WPF
orOffScreen
? WPFWhat steps will reproduce the problem?