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

MS Edge support #1

Closed
cutright opened this issue Mar 9, 2021 · 2 comments
Closed

MS Edge support #1

cutright opened this issue Mar 9, 2021 · 2 comments
Labels
bug Something isn't working OS: Windows

Comments

@cutright
Copy link
Contributor

cutright commented Mar 9, 2021

Although I've been able to get the MS Edge backend (rather than IE) to work in DVH Analytics, I'm having some issues here. IQDMA pretty much entirely locks up.

Work-around:
Don't use MS Edge. The downside is you don't get any drag functionality in the plot (e.g., pan/zoom).

I may look into CEF Python for chromium support instead: https://github.com/cztomczak/cefpython

@cutright cutright added bug Something isn't working OS: Windows labels Mar 9, 2021
@cutright
Copy link
Contributor Author

After an exhaustive trial and error, the issue was that the wx.html2.webview could not live in the top-level wx.Panel.

Unfortunately, placing the webview in a child panel on macOS would cause the webview not to respond to mouse motion events unless the mouse was in a clicked state.

Work around is two separate layouts.

cutright added a commit that referenced this issue Mar 14, 2021
@cutright
Copy link
Contributor Author

Will be available starting in v0.1.7 (and currently in the v0.1.7 branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OS: Windows
Projects
None yet
Development

No branches or pull requests

1 participant