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

HTML - Can't confirm tag autocomplete twice in a row #93

Open
YvanUh opened this issue Sep 26, 2018 · 1 comment
Open

HTML - Can't confirm tag autocomplete twice in a row #93

YvanUh opened this issue Sep 26, 2018 · 1 comment

Comments

@YvanUh
Copy link

YvanUh commented Sep 26, 2018

Description

In HTML Doctype, can't confirm tag autocomplete twice in a row.
Am I doing something wrong?

Steps to Reproduce

  1. write first letters of a first tag (eg. 'p')
  2. tab to autocomplete -> OK
  3. now cursor is in between start and end tags
  4. write first letters of a second tag (eg. 'str' for <strong>)
  5. tab to autocomplete -> KO
  6. problem: the expected second tags are not created.
    Instead of <p><strong></strong></p>, I get <p>strong</p>.

Expected behavior:
I expect autocomplete to create two tags, eg. <strong></strong>, inside the previously created tags (<p></p> in my example).

Actual behavior:
When writing 'str' inside <p></p>, autocomplete suggest the 'strong' tag.
After pressing tab, Keybinding resolver returns autocomplete-plus:confirm, but 'strong' is written instead of <strong><\strong>.

Reproduces how often:
100% in HTML Doctypes

Versions

ATOM
Atom : 1.30.0
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3

APM
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.30.0
python 2.7.15rc1
git 2.17.1

OS
NAME="Linux Mint"
VERSION="19 (Tara)"
VERSION_ID="19"
VERSION_CODENAME=tara
UBUNTU_CODENAME=bionic

Thanks to you all

@nihalnalla
Copy link

Any updates on this one?
I am facing the same 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

2 participants