Skip to content

Typeahead is broken in Firefox for composite types #4

@runeksvendsen

Description

@runeksvendsen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions