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

Choosing an option from the context menu by mouse does not work #1

Open
martinnec opened this issue Jan 11, 2019 · 1 comment
Open

Comments

@martinnec
Copy link
Member

I can select an option only by keyboard (arrows + enter), not mouse:

image

@martinroucek
Copy link
Contributor

The problem is in a Monaco editor component that powers text-area part of the editor. This Firefox only problem was mentioned and fixed in this issue microsoft/monaco-editor#371 Thus I tried to upgrade the editor component from 0.8.3 to next fixed version 0.9.0. But this version has new fuzzy search for autocompletion which totally destroys SPARQL editor usability. The problem is mentioned in this open issue microsoft/vscode#53715.

I have created example of both editor versions:

Example suppose searching for property "http://purl.org/vocab/frbr/core#adaption" by typing "adaption". In version 0.8.3 this is no problem, but in 0.9.0 nothing is found. To make this work on 0.9.9 version is necessary to type "hadaption" because new fuzzy search needs to match the first letter.

I suggest to fix this bug after the problem with fuzzy search will be fixed.

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