Skip to content

AutoCompleteDecorator does not work if a character is removed #61

Description

@gillesB

If a character is entered in the textfield of a combobox which is decorated with a SwingX AutoCompleteDecorator then an element from that combobox gets automatically selected.

This can be shown in the WuNDa Baulast Search.
Entered String: "Absta"
Found Element: Abstandsfläche
tooltip_055

Unfortunately this does not work if a character is removed from that combobox.

String in the Textfield: "Abstandflächen"
The last n gets removed so that the String is: "Abstandsfläche"
But the element Abstandsfläche is not selected, this can be seen in the following screenshot.
tooltip_057

This behavior is not dramatically but confusing for the user, because the element Abstandsfläche seems to be selected but in reality the String "Abstandsfläche" gets returned as selected object, and therefor the Baulast search does not work as expected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions