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

Does not work if I pass an object which has indexer to RegisterJsObject #1903

Closed
pradsin opened this issue Dec 29, 2016 · 2 comments
Closed
Milestone

Comments

@pradsin
Copy link

pradsin commented Dec 29, 2016

I have seen this Issue in case we pass an object which has indexer to RegisterJsObject, cefsharp gives exception in CreateJavaScriptProperty Method of JavascriptObjectRepository class.

It gives error when this statement is executed propertyInfo.GetValue(obj, null); that function is being called with invalid number of arguments.

@amaitland
Copy link
Member

Please fill out a proper bug report.

https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md#bug-report

@amaitland amaitland added this to the 63.0.0 milestone Dec 19, 2017
@amaitland
Copy link
Member

amaitland commented Jan 22, 2018

Resolved as part of #2247, indexers are ignored now.

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

2 participants