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

Browser View templates should use SWT.DEFAULT as browser style #1509

Closed
wimjongman opened this issue Dec 10, 2024 · 2 comments · Fixed by #1510
Closed

Browser View templates should use SWT.DEFAULT as browser style #1509

wimjongman opened this issue Dec 10, 2024 · 2 comments · Fixed by #1510
Milestone

Comments

@wimjongman
Copy link
Contributor

When using SWT.WEBKIT, SWT uses internet explorer as browser widget. As a result, the browser views don't work with Edge on windows.

Set the style to SWT.DEFAULT to force the latest embedded browser technology.

@wimjongman
Copy link
Contributor Author

The javascript game example template does not work when webkit selected with current i-builds (dec 10 2024).

It does work with SWT.DEFAULT:

image

wimjongman added a commit to wimjongman/eclipse.pde that referenced this issue Dec 10, 2024
@wimjongman wimjongman added this to the 4.35 milestone Dec 10, 2024
@wimjongman wimjongman changed the title Browser templates view should not use SWT.WEBKIT as browser style Browser templates view should use SWT.DEFAULT as browser style Dec 10, 2024
@wimjongman wimjongman changed the title Browser templates view should use SWT.DEFAULT as browser style Browser View templates should use SWT.DEFAULT as browser style Dec 10, 2024
@wimjongman
Copy link
Contributor Author

wimjongman commented Dec 10, 2024

wimjongman added a commit that referenced this issue Dec 10, 2024
Switched to SWT.DEFAULT to activate default browser
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

Successfully merging a pull request may close this issue.

1 participant