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

Core - JavascriptObjectRepository.ResolveObject incorrectly called with args.ObjectName of string.Empty #3193

Closed
amaitland opened this issue Jul 22, 2020 · 0 comments
Assignees
Milestone

Comments

@amaitland
Copy link
Member

  • What version of the product are you using?
    83.4.20

  • What architecture x86 or x64?
    Both

  • On what operating system?
    Win10

  • Are you using WinForms, WPF or OffScreen?
    All

  • What steps will reproduce the problem?

    • Call BindObjectAsync("firstObject");
    • Call BindObjectAsync("firstObject", "secondObject");
  • What is the expected output? What do you see instead?
    For the second BindObjectAsync
    JavascriptObjectRepository.ResolveObject is raised with args.ObjectName of string.Empty

  • Does this problem also occur in the CEF Sample Application
    No

@amaitland amaitland added this to the 84.5.x milestone Jul 22, 2020
@amaitland amaitland self-assigned this Jul 22, 2020
@amaitland amaitland reopened this Jul 22, 2020
amaitland added a commit that referenced this issue Jul 23, 2020
…th args.ObjectName of string.Empty

We were incorrectly leaving empty entries in the CefListValue

Resolves #3193
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant