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

No labels on Windows 10. #4

Open
thegreystone opened this issue Jun 19, 2018 · 4 comments
Open

No labels on Windows 10. #4

thegreystone opened this issue Jun 19, 2018 · 4 comments
Labels
bug Something isn't working hackergarten help wanted Extra attention is needed

Comments

@thegreystone
Copy link
Owner

Probably has something to do with Edge.

@thegreystone thegreystone added help wanted Extra attention is needed bug Something isn't working labels Jun 19, 2018
@thegreystone
Copy link
Owner Author

Seems Edge isn't the embeded browser for the SWT Browser component. IE is.

@ivanape
Copy link

ivanape commented Sep 30, 2019

Hi Marcus,

I spent some time trying to understood the main reason about this issue. My conclusion was that D3-flamegrah is not compatible with IE11 and throws JS errors like Invalid Character - d3-flamegraph.min.js (1,64235), and shows an blank page.

I was trying to move SWT Browse to Egde using eclipse property org.eclipse.swt.browser.IEVersion=12001, adding it on jmc.ini file... but JMC it still uses IE as internal browser.

I also have tried to modify source code in Browse object initialization trying to move from IE to Firefox with:

browser = new Browser(container, SWT.MOZILLA);

But I get same results, and IE is still present.

I believe I'm not going in the good direction and I would like to know if you could provide me some help with this issue.

I'm performing this tests with source code from: https://hg.openjdk.java.net/jmc/jmc/

Thank you so much!

@thegreystone
Copy link
Owner Author

Hi Ivan!

Sorry for the late answer - I don't have much assistance to give on this issue. Perhaps you can find some help on the Eclipse forums?

@ivanape
Copy link

ivanape commented Oct 29, 2019

Thank you Marcus!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hackergarten help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants