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

Typeahead is broken in Firefox for composite types #4

Open
runeksvendsen opened this issue Apr 26, 2024 · 0 comments
Open

Typeahead is broken in Firefox for composite types #4

runeksvendsen opened this issue Apr 26, 2024 · 0 comments

Comments

@runeksvendsen
Copy link
Owner

Problem

E.g. Maybe Int, [Char]. Works fine in Chrome.

Cause

The server correctly returns suggestions but I think Firefox uses its own matching algorithm which doesn't work with the results returned by the server. When [Char is entered, the server returns

<option value="[ghc-prim-0.10.0:GHC.Types.Char]" label="[GHC.Types.Char]"></option>
<option value="[elynx-seq-0.7.2.1:ELynx.Alphabet.Character.Character]" label="[ELynx.Alphabet.Character.Character]"></option>

but nothing is displayed in the input field.

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

1 participant