Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Suggestion list is not closed after confirm a value #896

Open
1 task done
abaracedo opened this issue Oct 1, 2017 · 0 comments
Open
1 task done

Suggestion list is not closed after confirm a value #896

abaracedo opened this issue Oct 1, 2017 · 0 comments

Comments

@abaracedo
Copy link

Prerequisites

Description

This bug happens for the autocomplete-html package. For example, in the case you want to add a script tag an use the async attribute and you select it from the list, the list stills displayed and only is hidden after pressing Esc or Space keys.

This also happens for the checked attribute on the input tag.

The error happens for the attributes that are related to the tag. Using async on an input works fine.

Steps to Reproduce

  1. Add a script tag.
  2. Type the first letters of the attribute async.
  3. Select it from the list.
  4. The list still open.

Expected behavior: The list closes after confirm.

Actual behavior: The list does not close.

Reproduces how often: It happens as long as the attribute is related to the tag.

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

Atom:

Atom    : 1.20.1
Electron: 1.6.9
Chrome  : 56.0.2924.87
Node    : 7.4.0

apm:

apm  1.18.4
npm  3.10.10
node 6.9.5 x64
python 2.7.10
git 2.13.5

Any additional information, configuration or data that might be necessary to reproduce the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant