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

Add check for Edge browser setText issuing a location change url #306

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

jjohnstn
Copy link
Contributor

What it does

Fixes issue caused by trying to interpret location change issued by MS Edge browser as a URL when setText is used in browser.

How to test

Use MS Edge browser in Eclipse using "-Dorg.eclipse.swt.browser.DefaultType=edge" and examine JDT tooltips as specified
in the original issue: #248

Author checklist

- add check for URL starting with "data:" which occurs when setText
  is called on Edge browser and use handler.handleTextSet()
- fixes: eclipse-jdt#248
@jjohnstn jjohnstn merged commit 939c991 into eclipse-jdt:master Oct 24, 2022
@jjohnstn jjohnstn added this to the 4.26 M3 milestone Oct 25, 2022
@jjohnstn jjohnstn self-assigned this Oct 25, 2022
@jjohnstn jjohnstn added the bug Something isn't working label Oct 25, 2022
ktatavarthi pushed a commit to ktatavarthi/eclipse.jdt.ui that referenced this pull request Nov 4, 2022
…ipse-jdt#306)

- add check for URL starting with "data:" which occurs when setText
  is called on Edge browser and use handler.handleTextSet()
- fixes: eclipse-jdt#248
ktatavarthi added a commit that referenced this pull request Nov 4, 2022
* Add check for Edge browser setText issuing a location change url (#306)

- add check for URL starting with "data:" which occurs when setText
  is called on Edge browser and use handler.handleTextSet()
- fixes: #248

* Increase plugin version

Signed-off-by: Kalyan Prasad Tatavarthi <[email protected]>

Signed-off-by: Kalyan Prasad Tatavarthi <[email protected]>
Co-authored-by: Jeff Johnston <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant