Alex Maitland
Alex Maitland
Possibly related https://bitbucket.org/chromiumembedded/cef/issues/3260/support-reconnect-of-mojo-frame-channel
https://bitbucket.org/chromiumembedded/cef/commits/406867f293042006e9f5f1a1e5201db012e50adf
`IBrowserHost.SetAccessibilityState` added in commit https://github.com/cefsharp/CefSharp/commit/921ea55fff0495c3e1895d7d4ba694e06163fca3 From a wrapper point of view `CefAccessibilityHandler` needs to be implemented and `IAccessibilityHandler` created (same as any of the other handlers)
This issue relates to WPF. See https://stackoverflow.com/questions/42163764/how-to-make-jaws-screen-reader-recognize-and-read-content-of-cefsharp-chromiumwe for an example of how to get the WinForms version working.
Pull requests welcome
The issue is open as it still requres someone to put in a large chunk of time. - [x] Add interface with xmldoc - [x] Add VC++ wrapper class -...
Part implementation done in #2480 The `WPF` specifics are yet to be implemented.
Thanks to @justindarc there is now an experimental readonly implementation. There are obviously limitations as `CEF` only provides a readonly implementation. Added in commits https://github.com/cefsharp/CefSharp/commit/e834d89518d3b56055f913a88d5cdbe22fa85c27 and https://github.com/cefsharp/CefSharp/commit/da8ad192a48c94b2076ad5c22fc3e8f8411c7f3b Example of enabling...
@schalla1 These changes will be in version 85. If you wish to test this out before 85 is released then you can use a build from https://www.myget.org/feed/cefsharp/package/nuget/CefSharp.Wpf
Upstream report suggests PrintToPdf is not working subscribe to https://bitbucket.org/chromiumembedded/cef/issues/3373/windows-printtopdf-not-working-in-m104 for updates.